Package org.agrona.collections
Class Int2ObjectHashMap.ValueIterator
java.lang.Object
Int2ObjectHashMap<V>.org.agrona.collections.Int2ObjectHashMap.AbstractIterator<V>
org.agrona.collections.Int2ObjectHashMap.ValueIterator
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
Int2ObjectHashMap<V>
Iterator over values.
-
Field Summary
Fields inherited from class org.agrona.collections.Int2ObjectHashMap.AbstractIterator
isPositionValid
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.agrona.collections.Int2ObjectHashMap.AbstractIterator
findNext, hasNext, position, remaining, remove, reset
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ValueIterator
public ValueIterator()
-
-
Method Details
-
next
- Specified by:
next
in interfaceIterator<V>
- Specified by:
next
in classInt2ObjectHashMap<V>.AbstractIterator<V>
-