Class Object2IntHashMap.ValueIterator
java.lang.Object
org.agrona.collections.Object2IntHashMap.ValueIterator
- Enclosing class:
Object2IntHashMap<K>
-
Constructor Details
-
ValueIterator
public ValueIterator()Create a new instance.
-
-
Method Details
-
next
-
nextInt
public int nextInt()Get next value without boxing.- Returns:
- next value.
-
position
protected final int position()Position of the current element.- Returns:
- position of the element in the array.
-
hasNext
-
findNext
protected final void findNext()Find next element.- Throws:
NoSuchElementException- if no more elements.
-
remove
-