|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.commons.util.list.AbstractIList<E>
org.millscript.commons.util.map.EBinaryTreeMap.NodeXList<Maplet<K,V>>
org.millscript.commons.util.map.EBinaryTreeMap.NodeMapletList<K,V>
public static class EBinaryTreeMap.NodeMapletList<K extends java.lang.Comparable<K>,V>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.millscript.commons.util.list.AbstractIList |
|---|
AbstractIList.ListMapletIterator<V>, AbstractIList.ListMapletList<V> |
| Constructor Summary | |
|---|---|
protected |
EBinaryTreeMap.NodeMapletList(EBinaryTreeMap.Node<?,?> node,
int start,
int end)
Constructs a new immutable list of the maplets in the specified node tree. |
| Method Summary | |
|---|---|
ListIterator<Maplet<K,V>> |
sharedIterator()
Returns a list iterator which shares backing store with this list. |
| Methods inherited from class org.millscript.commons.util.map.EBinaryTreeMap.NodeXList |
|---|
doGet, doSlice, indexOf, iterator, size |
| Methods inherited from class org.millscript.commons.util.list.AbstractIList |
|---|
allButFirst, allButLast, allFirst, allLast, contains, contains, contains, contains0, contains0, contains0, containsAll, containsKey, containsKey, containsKey0, containsKey0, containsSlice, containsSlice0, containsValue, decorate, equals, first, get, get, get0, get0, getDefault, hashCode, indexOf0, isEmtpy, keyList, last, mapletList, setDefault, setDefault, sharedMapletList, sharedValueList, slice, slice0, toArray, toArray, toString, valueList |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected EBinaryTreeMap.NodeMapletList(EBinaryTreeMap.Node<?,?> 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| Method Detail |
|---|
public ListIterator<Maplet<K,V>> sharedIterator()
EBinaryTreeMap.NodeXList
EBinaryTreeMap.NodeXList.sharedIterator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||