|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.commons.util.iterator.AbstractMapIterator<java.lang.Integer,V>
org.millscript.commons.util.iterator.AbstractListIterator<E>
org.millscript.commons.util.map.EBinaryTreeMap.NodeXIterator<Maplet<K,V>>
org.millscript.commons.util.map.EBinaryTreeMap.NodeMapletIterator<K,V>
public static class EBinaryTreeMap.NodeMapletIterator<K extends java.lang.Comparable<K>,V>
| Field Summary |
|---|
| Fields inherited from class org.millscript.commons.util.iterator.AbstractListIterator |
|---|
position |
| Constructor Summary | |
|---|---|
protected |
EBinaryTreeMap.NodeMapletIterator(EBinaryTreeMap.Node<?,?> node,
int num)
Constructs a new binary tree map iterator to iterate over the specified node tree. |
| Method Summary |
|---|
| Methods inherited from class org.millscript.commons.util.map.EBinaryTreeMap.NodeXIterator |
|---|
advance, getValue, hasNext, outOfBounds |
| Methods inherited from class org.millscript.commons.util.iterator.AbstractListIterator |
|---|
currentMaplet, getKey, getMaplet, nextMaplet |
| Methods inherited from class org.millscript.commons.util.iterator.AbstractMapIterator |
|---|
currentKey, currentValue, nextKey, nextValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.millscript.commons.util.MapIterator |
|---|
currentKey, currentValue, nextKey, nextValue |
| Constructor Detail |
|---|
protected EBinaryTreeMap.NodeMapletIterator(EBinaryTreeMap.Node<?,?> node,
int num)
node - any node in the leftmost branch of the backing store
treenum - the number of elements in this iteration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||