- java.lang.Object
-
- org.pcollections.IntTree.EntryIterator<V>
-
-
Constructor Summary
Constructors Constructor Description EntryIterator(IntTree<V> root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
gotoMinOf(IntTree<V> node)
boolean
hasNext()
java.util.Map.Entry<java.lang.Integer,V>
next()
void
remove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<V>
-
next
public java.util.Map.Entry<java.lang.Integer,V> next()
- Specified by:
next
in interfacejava.util.Iterator<V>
-
remove
public void remove()
- Specified by:
remove
in interfacejava.util.Iterator<V>
-
-