Package org.teavm.classlib.java.util
Interface TPrimitiveIterator.OfInt
- All Superinterfaces:
Iterator<Integer>
,TPrimitiveIterator<Integer,
IntConsumer>
- Enclosing interface:
- TPrimitiveIterator<T,
S>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.teavm.classlib.java.util.TPrimitiveIterator
TPrimitiveIterator.OfDouble, TPrimitiveIterator.OfInt, TPrimitiveIterator.OfLong
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
forEachRemaining
(Consumer<? super Integer> action) default void
forEachRemaining
(IntConsumer action) default Integer
next()
int
nextInt()
-
Method Details
-
forEachRemaining
- Specified by:
forEachRemaining
in interfaceIterator<Integer>
-
forEachRemaining
- Specified by:
forEachRemaining
in interfaceTPrimitiveIterator<Integer,
IntConsumer>
-
nextInt
int nextInt() -
next
-