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