public static interface FilterIterator.Filter<E>
| Modifier and Type | Method | 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 © 2018. All rights reserved.