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