public class UntilIteratorForPredicate<T> extends UntilIterator<T>
indexcurrent, 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() |
loadNexthasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected void setDelegate()
setDelegate in class UntilIterator<T>protected boolean performCheck()
performCheck in class UntilIterator<T>