E - The type of the filtered elements.Filter@Deprecated
public static interface AbstractFilteredIterator.IteratorFilter<E>
| Modifier and Type | Method and Description |
|---|---|
boolean |
iterate(E element)
Deprecated.
Determines whether the given element should be iterated by a filtered Iterator or not.
|
boolean iterate(E element)
element - The element to check.true to return the element as a result of the Iterator, false to omit this element.