Class AbstractHashedMap.KeySetIterator
java.lang.Object
com.espertech.esper.common.internal.collection.apachecommons.AbstractHashedMap.HashIterator
com.espertech.esper.common.internal.collection.apachecommons.AbstractHashedMap.EntrySetIterator
com.espertech.esper.common.internal.collection.apachecommons.AbstractHashedMap.KeySetIterator
- All Implemented Interfaces:
Iterator
- Enclosing class:
- AbstractHashedMap
KeySet iterator.
-
Field Summary
Fields inherited from class com.espertech.esper.common.internal.collection.apachecommons.AbstractHashedMap.HashIterator
expectedModCount, hashIndex, last, next, parent
-
Constructor Summary
-
Method Summary
Methods inherited from class com.espertech.esper.common.internal.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 java.util.Iterator
forEachRemaining
-
Constructor Details
-
KeySetIterator
Ctor.- Parameters:
parent
- the parent
-
-
Method Details
-
next
- Specified by:
next
in interfaceIterator
- Overrides:
next
in classAbstractHashedMap.EntrySetIterator
-