Package org.agrona.collections
Class Long2ObjectHashMap.ValueIterator
- java.lang.Object
-
- org.agrona.collections.Long2ObjectHashMap.AbstractIterator<V>
-
- org.agrona.collections.Long2ObjectHashMap.ValueIterator
-
- All Implemented Interfaces:
java.util.Iterator<V>
- Enclosing class:
- Long2ObjectHashMap<V>
public final class Long2ObjectHashMap.ValueIterator extends Long2ObjectHashMap.AbstractIterator<V>
Iterator over values.
-
-
Field Summary
-
Fields inherited from class org.agrona.collections.Long2ObjectHashMap.AbstractIterator
isPositionValid
-
-
Constructor Summary
Constructors Constructor Description ValueIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
next()
-
Methods inherited from class org.agrona.collections.Long2ObjectHashMap.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 classLong2ObjectHashMap.AbstractIterator<V>
-
-