Package | Description |
---|---|
javafx.collections |
Contains the essential JavaFX collections and collection utilities
|
Modifier and Type | Method and Description |
---|---|
default SortedList<E> |
ObservableList.sorted()
Creates a
SortedList wrapper of this list with the natural
ordering. |
default SortedList<E> |
ObservableList.sorted(Comparator<E> comparator)
Creates a
SortedList wrapper of this list using
the specified comparator. |
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.