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