public interface IntIterator
extends java.util.PrimitiveIterator.OfInt
Modifier and Type | Method and Description |
---|---|
default void |
forEachRemaining(java.util.function.Consumer action)
Deprecated.
|
default java.lang.Integer |
next()
Deprecated.
|
int |
nextInt() |
default int |
skip(int n) |
int nextInt()
nextInt
in interface java.util.PrimitiveIterator.OfInt
@Deprecated default java.lang.Integer next()
next
in interface java.util.Iterator
next
in interface java.util.PrimitiveIterator.OfInt
@Deprecated default void forEachRemaining(java.util.function.Consumer action)
forEachRemaining
in interface java.util.Iterator
forEachRemaining
in interface java.util.PrimitiveIterator.OfInt
default int skip(int n)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.