| 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 © 2025. All rights reserved.