public class LongRangeClosed extends PrimitiveIterator.OfLong
| Constructor and Description |
|---|
LongRangeClosed(long startInclusive,
long endInclusive) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
long |
nextLong() |
next, removepublic boolean hasNext()
public long nextLong()
nextLong in class PrimitiveIterator.OfLong