Class Object2ObjectHashMap.ValueIterator
java.lang.Object
Object2ObjectHashMap<K,V>.org.agrona.collections.Object2ObjectHashMap.AbstractIterator
org.agrona.collections.Object2ObjectHashMap.ValueIterator
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
Object2ObjectHashMap<K,V>
public final class Object2ObjectHashMap.ValueIterator
extends Object2ObjectHashMap<K,V>.AbstractIterator
implements Iterator<V>
An iterator over values.
-
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
-
ValueIterator
public ValueIterator()Create a new instance.
-
-
Method Details
-
next
-