Modifier and Type | Field and Description |
---|---|
private Iterator<Tree.Entry<E>> |
entryIterator
The entry iterator.
|
Modifier | Constructor and Description |
---|---|
private |
ElementIterator(Iterator<Tree.Entry<E>> entryIterator) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
E |
next() |
void |
remove()
Not supported.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private final Iterator<Tree.Entry<E>> entryIterator
private ElementIterator(Iterator<Tree.Entry<E>> entryIterator)