Class Object2IntHashMap.KeyIterator
java.lang.Object
Object2IntHashMap<K>.org.agrona.collections.Object2IntHashMap.AbstractIterator<K>
org.agrona.collections.Object2IntHashMap.KeyIterator
- All Implemented Interfaces:
Iterator<K>
- Enclosing class:
Object2IntHashMap<K>
Iterator over keys.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object2IntHashMap.AbstractIterator
findNext, hasNext, position, remove, resetMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
KeyIterator
public KeyIterator()Create a new instance.
-
-
Method Details
-
next
- Specified by:
nextin interfaceIterator<K>- Specified by:
nextin classObject2IntHashMap<K>.AbstractIterator<K>
-