public class UntilIteratorForPredicate<T> extends UntilIterator<T>
index
current, exhausted, iterator, loaded
Constructor and Description |
---|
UntilIteratorForPredicate(Iterator<T> iterator,
Predicate<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
protected void setDelegate()
setDelegate
in class UntilIterator<T>
protected boolean performCheck()
performCheck
in class UntilIterator<T>