public static interface FilterIterator.Filter<E>
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(E pElement)
Tests whether or not the element fulfills certain criteria, and hence
should be accepted.
|
boolean accept(E pElement)
pElement - the element to testtrue if the object is accepted, otherwise
falseCopyright © 2023. All rights reserved.