Package org.agrona.collections
Class Long2ObjectCache.ValueIterator
java.lang.Object
org.agrona.collections.Long2ObjectCache.ValueIterator
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
- Long2ObjectCache<V>
An iterator over values.
-
Constructor Details
-
ValueIterator
public ValueIterator()Create a new instance.
-
-
Method Details
-
next
-
position
protected final int position()Position of the current element.- Returns:
- position of the current element.
-
hasNext
public boolean hasNext() -
findNext
protected final void findNext()Find next element. -
remove
public void remove()
-