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