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