
public static interface PrimitiveIterator.OfLong extends PrimitiveIterator<Long,LongConsumer>
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong| Modifier and Type | Method and Description |
|---|---|
default void |
forEachRemaining(Consumer<? super Long> consumer) |
default void |
forEachRemaining(LongConsumer consumer) |
default Long |
next() |
long |
nextLong() |
long nextLong()
default void forEachRemaining(LongConsumer consumer)
forEachRemaining in interface PrimitiveIterator<Long,LongConsumer>default void forEachRemaining(Consumer<? super Long> consumer)
forEachRemaining in interface Iterator<Long>Copyright © 2018. All rights reserved.