- 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 voidgotoMinOf(IntTree<V> node)booleanhasNext()java.util.Map.Entry<java.lang.Integer,V>next()voidremove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<V>
-
next
public java.util.Map.Entry<java.lang.Integer,V> next()
- Specified by:
nextin interfacejava.util.Iterator<V>
-
remove
public void remove()
- Specified by:
removein interfacejava.util.Iterator<V>
-
-