public class Int32ListIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.Integer>
Iterator to traverse all the integer into a Int32List instance.
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Gets if there are more elements.
|
java.lang.Integer |
next()
See nextInt32().
|
java.lang.Integer |
nextInt32()
Gets the next element.
|
void |
remove()
Operation not supported.
|
public java.lang.Integer next()
next
in interface java.util.Iterator<java.lang.Integer>
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.lang.Integer>
public void remove()
remove
in interface java.util.Iterator<java.lang.Integer>
public java.lang.Integer nextInt32()