public static class FilteredIterator.IgnoreErrors<T> extends FilteredIterator<T>
FilteredIterator.If<T>, FilteredIterator.IgnoreErrors<T>PeekIterator.ElementaryPeekIterator<T>, PeekIterator.SimplePeekIterator<T>condition, iteratorclosed, EMPTY, fetchedNextValue, next| Constructor and Description |
|---|
IgnoreErrors(Iterator<T> i,
int numFailuresBeforeStop)
Wraps the iterator, allowing a number of consecutive failures before returning hasNext()==false
|
| Modifier and Type | Method and Description |
|---|---|
T |
internalNext()
Returns the next or NULL if no next element is available
|
removeasList, asList, asSet, asSet, asSet, close, emptyIterator, hasNext, internalSilentNext, iterator, list, list, main, next, nextOrNull, numElements, numElements, peek, toString, toString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingforEach, spliteratorpublic T internalNext()
PeekIteratorinternalNext in class FilteredIterator<T>Copyright © 2018. All rights reserved.