Class Object2ObjectHashMap.KeyIterator
java.lang.Object
Object2ObjectHashMap<K,V>.org.agrona.collections.Object2ObjectHashMap.AbstractIterator
org.agrona.collections.Object2ObjectHashMap.KeyIterator
- All Implemented Interfaces:
Iterator<K>
- Enclosing class:
Object2ObjectHashMap<K,V>
public final class Object2ObjectHashMap.KeyIterator
extends Object2ObjectHashMap<K,V>.AbstractIterator
implements Iterator<K>
An iterator over keys.
-
Field Summary
Fields inherited from class Object2ObjectHashMap.AbstractIterator
isPositionValid -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object2ObjectHashMap.AbstractIterator
findNext, hasNext, keyPosition, remaining, remove, resetMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, hasNext, remove
-
Constructor Details
-
KeyIterator
public KeyIterator()Create a new instance.
-
-
Method Details
-
next
-