public class LongGenerate extends PrimitiveIterator.OfLong
| Constructor and Description |
|---|
LongGenerate(LongSupplier supplier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
long |
nextLong() |
next, removepublic LongGenerate(@NotNull
LongSupplier supplier)
public boolean hasNext()
public long nextLong()
nextLong in class PrimitiveIterator.OfLong