|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.collection.apachecommons.AbstractHashedMap.HashIterator
com.espertech.esper.collection.apachecommons.AbstractHashedMap.HashMapIterator
protected static class AbstractHashedMap.HashMapIterator
MapIterator implementation.
Field Summary |
---|
Fields inherited from class com.espertech.esper.collection.apachecommons.AbstractHashedMap.HashIterator |
---|
expectedModCount, hashIndex, last, next, parent |
Constructor Summary | |
---|---|
protected |
AbstractHashedMap.HashMapIterator(AbstractHashedMap parent)
Ctor. |
Method Summary | |
---|---|
java.lang.Object |
getKey()
Gets the current key, which is the key returned by the last call to next() . |
java.lang.Object |
getValue()
Gets the current value, which is the value associated with the last key returned by next() . |
java.lang.Object |
next()
Gets the next key from the Map . |
java.lang.Object |
setValue(java.lang.Object value)
Sets the value associated with the current key (optional operation). |
Methods inherited from class com.espertech.esper.collection.apachecommons.AbstractHashedMap.HashIterator |
---|
currentEntry, hasNext, nextEntry, remove, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.espertech.esper.collection.apachecommons.MapIterator |
---|
hasNext, remove |
Constructor Detail |
---|
protected AbstractHashedMap.HashMapIterator(AbstractHashedMap parent)
parent
- the parentMethod Detail |
---|
public java.lang.Object next()
MapIterator
Map
.
next
in interface MapIterator
next
in interface java.util.Iterator
public java.lang.Object getKey()
MapIterator
next()
.
getKey
in interface MapIterator
public java.lang.Object getValue()
MapIterator
next()
.
getValue
in interface MapIterator
public java.lang.Object setValue(java.lang.Object value)
MapIterator
setValue
in interface MapIterator
value
- the new value
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |