public abstract static class PrimitiveIterator.OfInt
extends java.lang.Object
implements java.util.Iterator<java.lang.Integer>
Constructor and Description |
---|
OfInt() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
next() |
abstract int |
nextInt() |
void |
remove() |