public class LongPeek extends PrimitiveIterator.OfLong
| Constructor and Description |
|---|
LongPeek(PrimitiveIterator.OfLong iterator,
LongConsumer action) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
long |
nextLong() |
next, removepublic LongPeek(@NotNull
PrimitiveIterator.OfLong iterator,
@NotNull
LongConsumer action)
public boolean hasNext()
public long nextLong()
nextLong in class PrimitiveIterator.OfLong