Class Long2ObjectCache.ValueIterator
java.lang.Object
Long2ObjectCache<V>.org.agrona.collections.Long2ObjectCache.AbstractIterator<V>
org.agrona.collections.Long2ObjectCache.ValueIterator
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
Long2ObjectCache<V>
An iterator over values.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Long2ObjectCache.AbstractIterator
findNext, hasNext, position, remove, resetMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
ValueIterator
public ValueIterator()Create a new instance.
-
-
Method Details
-
next
- Specified by:
nextin interfaceIterator<V>- Specified by:
nextin classLong2ObjectCache<V>.AbstractIterator<V>
-