Class KVTree.EntryIterator<K,V>
java.lang.Object
org.pcollections.KVTree.EntryIterator<K,V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanwhether 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, remove
-
Field Details
-
isLeftToRight
private final boolean isLeftToRightwhether we're iterating from left to right (vs. right to left) -
nextSubtree
-
stack
-
-
Constructor Details
-
EntryIterator
-
-
Method Details
-
hasNext
-
next
-
firstChild
-
secondChild
-