Class | Description |
---|---|
FilteredList<E> |
Wraps an ObservableList and filters it's content using the provided Predicate.
|
SortedList<E> |
Wraps an ObservableList and sorts it's content.
|
SortedList.Element<E> | |
SortedList.ElementComparator<E> | |
TransformationList<E,F> |
A base class for all lists that wraps other lists in a way that changes the list's
elements, order, size or generally it's structure.
|