Package org.agrona.collections
Class Int2IntHashMap.ValueIterator
java.lang.Object
org.agrona.collections.Int2IntHashMap.AbstractIterator
org.agrona.collections.Int2IntHashMap.ValueIterator
- Enclosing class:
Int2IntHashMap
public final class Int2IntHashMap.ValueIterator
extends Int2IntHashMap.AbstractIterator
implements Iterator<Integer>
Iterator over values which supports access to unboxed values.
-
Field Summary
Fields inherited from class org.agrona.collections.Int2IntHashMap.AbstractIterator
isPositionValid -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.agrona.collections.Int2IntHashMap.AbstractIterator
findNext, hasNext, keyPosition, remaining, remove, resetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove