public final class IntHashSet.IntIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.Integer>, java.io.Serializable
| Constructor and Description |
|---|
IntIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Integer |
next() |
int |
nextValue()
Strongly typed alternative of
Iterator.next() to avoid boxing. |
int |
remaining() |
void |
remove() |
public boolean hasNext()
hasNext in interface java.util.Iterator<java.lang.Integer>public int remaining()
public java.lang.Integer next()
next in interface java.util.Iterator<java.lang.Integer>public int nextValue()
Iterator.next() to avoid boxing.public void remove()
remove in interface java.util.Iterator<java.lang.Integer>Copyright © 2014-2019 Real Logic Ltd. All Rights Reserved.