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
false
Copyright © 2017. All rights reserved.