public class IndexedFilteringIterator<T> extends DelegatingUnaryIterator<T>
iterator
Constructor and Description |
---|
IndexedFilteringIterator(java.util.Iterator<T> iterator,
ObjIntPredicate<? super T> predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
remove
public IndexedFilteringIterator(java.util.Iterator<T> iterator, ObjIntPredicate<? super T> predicate)