java.lang.Object
org.pcollections.KVTree.EntryIterator<K,V>
An iterator over the mappings of a KVTree.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final boolean
whether we're iterating from left to right (vs.node that we need to enternodes that we've recursed into, but not yet returned -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
isLeftToRight
private final boolean isLeftToRightwhether we're iterating from left to right (vs. right to left) -
nextSubtree
node that we need to enter -
stack
nodes that we've recursed into, but not yet returned
-
-
Constructor Details
-
EntryIterator
-
-
Method Details