public abstract class NonNullIterator<T> extends AbstractIterator<T>
NO_MORE_ELEMENTS| Constructor and Description |
|---|
NonNullIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
computeNext() |
protected abstract T |
findNext() |
hasNext, next, remove, resetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected final Object computeNext()
computeNext in class AbstractIterator<T>protected abstract T findNext()
Copyright © 2021. All rights reserved.