public final class LongHashSet.LongIterator extends Object implements Iterator<Long>
nextValue().| Constructor and Description |
|---|
LongIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Long |
next() |
long |
nextValue()
Strongly typed alternative of
Iterator.next() to avoid boxing. |
int |
remaining()
Returns number of remaining (not yet visited) elements.
|
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic int remaining()
public long nextValue()
Iterator.next() to avoid boxing.Copyright © 2014-2021 Real Logic Limited. All Rights Reserved.