public class CachedIteratorCollection.CachedIterator extends Object implements Iterator<E>
| Constructor and Description |
|---|
CachedIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Returns true as long as current Iteration Index Node (itrIndexNode)
is non-null
|
E |
next()
Returns the next node in the iteration
|
void |
remove()
If nextCalled is true (i.e.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
public E next()