public class UntilIteratorForIndexedPredicate<T> extends UntilIterator<T>
index
current, exhausted, iterator, loaded
Constructor and Description |
---|
UntilIteratorForIndexedPredicate(Iterator<T> iterator,
IndexedPredicate<T> predicateFn) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
performCheck() |
protected void |
setDelegate() |
loadNext
hasNext, next, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public UntilIteratorForIndexedPredicate(Iterator<T> iterator, IndexedPredicate<T> predicateFn)
protected void setDelegate()
setDelegate
in class UntilIterator<T>
protected boolean performCheck()
performCheck
in class UntilIterator<T>