public final class Long2ObjectHashMap.KeyIterator extends Object
nextLong().| Constructor and Description |
|---|
KeyIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
findNext()
Find the next element.
|
boolean |
hasNext() |
Long |
next() |
long |
nextLong()
Return next key without boxing.
|
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, waitforEachRemainingpublic long nextLong()
protected final int position()
public int remaining()
protected final void findNext()
NoSuchElementException - if no more elements.Copyright © 2014-2022 Real Logic Limited. All Rights Reserved.