|
||||||||||
| 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<V>
org.millscript.commons.util.map.AbstractITreeMap.ITreeMapNodeListIterator<V>
org.millscript.commons.util.map.AbstractITreeMap.ITreeMapNodeValueIterator<V>
public static class AbstractITreeMap.ITreeMapNodeValueIterator<V>
| Field Summary |
|---|
| Fields inherited from class org.millscript.commons.util.iterator.AbstractListIterator |
|---|
position |
| Constructor Summary | |
|---|---|
protected |
AbstractITreeMap.ITreeMapNodeValueIterator(ITreeMapNode<?,?> node,
int start,
int end)
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.AbstractITreeMap.ITreeMapNodeListIterator |
|---|
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 AbstractITreeMap.ITreeMapNodeValueIterator(ITreeMapNode<?,?> node,
int start,
int end)
node - any node in the leftmost branch of the backing store
treestart - the index(one based, inclusive) to start iterating fromend - the index(one based, inclusive) to stop iterating at
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||