Package org.agrona.collections
Class Object2IntHashMap.KeyIterator
- java.lang.Object
-
- org.agrona.collections.Object2IntHashMap.AbstractIterator<K>
-
- org.agrona.collections.Object2IntHashMap.KeyIterator
-
- All Implemented Interfaces:
java.util.Iterator<K>
- Enclosing class:
- Object2IntHashMap<K>
public final class Object2IntHashMap.KeyIterator extends Object2IntHashMap.AbstractIterator<K>
Iterator over keys.
-
-
Constructor Summary
Constructors Constructor Description KeyIterator()
Create a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
next()
-
Methods inherited from class org.agrona.collections.Object2IntHashMap.AbstractIterator
findNext, hasNext, position, remove, reset
-
-
-
-
Method Detail
-
next
public K next()
- Specified by:
next
in interfacejava.util.Iterator<K>
- Specified by:
next
in classObject2IntHashMap.AbstractIterator<K>
-
-