org.millscript.commons.util.map
Class AbstractITreeMap.ITreeMapNodeMapletList<K,V>
java.lang.Object
org.millscript.commons.util.list.AbstractIList<V>
org.millscript.commons.util.map.AbstractITreeMap.ITreeMapNodeList<Maplet<K,V>>
org.millscript.commons.util.map.AbstractITreeMap.ITreeMapNodeMapletList<K,V>
- All Implemented Interfaces:
- IList<Maplet<K,V>>, IMap<java.lang.Integer,Maplet<K,V>>
- Enclosing class:
- AbstractITreeMap<K,V,N extends ITreeMapNode<K,V>>
public static class AbstractITreeMap.ITreeMapNodeMapletList<K,V>
- extends AbstractITreeMap.ITreeMapNodeList<Maplet<K,V>>
| 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 |
AbstractITreeMap.ITreeMapNodeMapletList
protected AbstractITreeMap.ITreeMapNodeMapletList(ITreeMapNode<?,?> node,
int start,
int end)
- Constructs a new immutable list of the maplets in the specified node
tree.
- Parameters:
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
sharedIterator
public ListIterator<Maplet<K,V>> sharedIterator()
- Description copied from class:
AbstractITreeMap.ITreeMapNodeList
- Returns a list iterator which shares backing store with this list.
- Returns:
- a list iterator which shares this lists backing store
- See Also:
org.millscript.commons.util.map.IBinaryTreeMap.NodeXList#sharedIterator()
Copyright © 2005-2007 Open World Ltd. All Rights Reserved.