public final class IntHashSet.IntIterator extends Object implements Iterator<Integer>
nextValue().| Constructor and Description |
|---|
IntIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Integer |
next() |
int |
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 int nextValue()
Iterator.next() to avoid boxing.Copyright © 2014-2021 Real Logic Limited. All Rights Reserved.