public final class Long2ObjectHashMap.ValueIterator extends Object
| Constructor and Description |
|---|
ValueIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
findNext()
Find the next element.
|
boolean |
hasNext() |
V |
next() |
protected int |
position()
Position of the current element.
|
int |
remaining()
Number of remaining elements.
|
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected final int position()
public int remaining()
protected final void findNext()
NoSuchElementException - if no more elements.Copyright © 2014-2021 Real Logic Limited. All Rights Reserved.