jlibs.core.util
Class NonNullIterator<T>
java.lang.Object
jlibs.core.util.AbstractIterator<T>
jlibs.core.util.NonNullIterator<T>
- All Implemented Interfaces:
- Iterator<T>
public abstract class NonNullIterator<T>
- extends AbstractIterator<T>
- Author:
- Santhosh Kumar T
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonNullIterator
public NonNullIterator()
computeNext
protected final Object computeNext()
- Specified by:
computeNext in class AbstractIterator<T>
findNext
protected abstract T findNext()
Copyright © 2018. All rights reserved.