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.
|
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.
|
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.