Package org.agrona.collections
Class Int2ObjectHashMap.ValueIterator
- java.lang.Object
-
- org.agrona.collections.Int2ObjectHashMap.AbstractIterator<V>
-
- org.agrona.collections.Int2ObjectHashMap.ValueIterator
-
- All Implemented Interfaces:
java.util.Iterator<V>
- Enclosing class:
- Int2ObjectHashMap<V>
public final class Int2ObjectHashMap.ValueIterator extends Int2ObjectHashMap.AbstractIterator<V>
Iterator over values.
-
-
Field Summary
-
Fields inherited from class org.agrona.collections.Int2ObjectHashMap.AbstractIterator
isPositionValid
-
-
Constructor Summary
Constructors Constructor Description ValueIterator()
Create a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
next()
-
Methods inherited from class org.agrona.collections.Int2ObjectHashMap.AbstractIterator
findNext, hasNext, position, remaining, remove, reset
-
-
-
-
Method Detail
-
next
public V next()
- Specified by:
next
in interfacejava.util.Iterator<V>
- Specified by:
next
in classInt2ObjectHashMap.AbstractIterator<V>
-
-