public static class PersistentTreeMap.NodeIterator
extends java.lang.Object
implements java.util.Iterator
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
asc |
(package private) java.util.Stack |
stack |
Constructor and Description |
---|
PersistentTreeMap.NodeIterator(PersistentTreeMap.Node t,
boolean asc) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
(package private) void |
push(PersistentTreeMap.Node t) |
void |
remove() |
PersistentTreeMap.NodeIterator(PersistentTreeMap.Node t, boolean asc)
void push(PersistentTreeMap.Node t)
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator