Class Long2ObjectHashMap.ValueIterator
java.lang.Object
Long2ObjectHashMap<V>.org.agrona.collections.Long2ObjectHashMap.AbstractIterator<V>
org.agrona.collections.Long2ObjectHashMap.ValueIterator
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
Long2ObjectHashMap<V>
public final class Long2ObjectHashMap.ValueIterator
extends Long2ObjectHashMap<V>.AbstractIterator<V>
Iterator over values.
-
Field Summary
Fields inherited from class Long2ObjectHashMap.AbstractIterator
isPositionValid -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Long2ObjectHashMap.AbstractIterator
findNext, hasNext, position, remaining, remove, resetMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
ValueIterator
public ValueIterator()Create a new instance.
-
-
Method Details
-
next
- Specified by:
nextin interfaceIterator<V>- Specified by:
nextin classLong2ObjectHashMap<V>.AbstractIterator<V>
-