Class Object2LongHashMap.KeyIterator
java.lang.Object
Object2LongHashMap<K>.org.agrona.collections.Object2LongHashMap.AbstractIterator<K>
org.agrona.collections.Object2LongHashMap.KeyIterator
- All Implemented Interfaces:
Iterator<K>
- Enclosing class:
Object2LongHashMap<K>
Iterator over keys.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object2LongHashMap.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 classObject2LongHashMap<K>.AbstractIterator<K>
-