Class Long2LongHashMap.ValueIterator
java.lang.Object
org.agrona.collections.Long2LongHashMap.AbstractIterator
org.agrona.collections.Long2LongHashMap.ValueIterator
- Enclosing class:
Long2LongHashMap
public final class Long2LongHashMap.ValueIterator
extends Long2LongHashMap.AbstractIterator
implements Iterator<Long>
Iterator over values which supports access to unboxed values.
-
Field Summary
Fields inherited from class Long2LongHashMap.AbstractIterator
isPositionValid -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Long2LongHashMap.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
-
nextValue
public long nextValue()Return next value.- Returns:
- next value.
-