Package org.agrona.collections
Class Int2ObjectCache.ValueIterator
- java.lang.Object
-
- org.agrona.collections.Int2ObjectCache.AbstractIterator<V>
-
- org.agrona.collections.Int2ObjectCache.ValueIterator
-
- All Implemented Interfaces:
java.util.Iterator<V>
- Enclosing class:
- Int2ObjectCache<V>
public final class Int2ObjectCache.ValueIterator extends Int2ObjectCache.AbstractIterator<V>
An iterator over values.
-
-
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.Int2ObjectCache.AbstractIterator
findNext, hasNext, position, remove, reset
-
-
-
-
Method Detail
-
next
public V next()
- Specified by:
next
in interfacejava.util.Iterator<V>
- Specified by:
next
in classInt2ObjectCache.AbstractIterator<V>
-
-