|
||||||||||
| 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.AbstractEReferenceHashMap.HashMapKeysIterator<K>
public static class AbstractEReferenceHashMap.HashMapKeysIterator<K>
This class implements a map iterator which iterates over an array of hash map buckets, returning each maplet key, sharing the backing store with it's enclosing mutable map.
| Field Summary |
|---|
| Fields inherited from class org.millscript.commons.util.iterator.AbstractListIterator |
|---|
position |
| Constructor Summary | |
|---|---|
AbstractEReferenceHashMap.HashMapKeysIterator(AbstractEReferenceHashMap<?,?> map,
int first,
int last)
Constructs a new hash map iterator to iterate over the specified mutable hash map returning the maplet keys. |
|
| Method Summary |
|---|
| 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 |
|---|
public AbstractEReferenceHashMap.HashMapKeysIterator(AbstractEReferenceHashMap<?,?> map,
int first,
int last)
map - the mutable hash map to iterate overfirst - the index(one based, inclusive) of the first namelast - the index(one based, inclusive) of the last name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||