A simplified way of calling sublist(from, to).clear()
. As this is a common operation,
ObservableList has this method for convenient usage.
from | the start of the range to remove (inclusive) | |
to | the end of the range to remove (exclusive) |
IndexOutOfBoundsException | if an illegal range is provided |
Diagram: ListProperty