-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
fetchNext
public abstract X fetchNext()
Fetches a next entry.
This method cannot be used together with
hasNext() and
next().
- Returns:
- the next entry or
null
-
hasNext
public final boolean hasNext()
- Specified by:
hasNext in interface Iterator<K>
-