public class LongRange.ForwardIterator extends AbstractLongIterator
| Constructor and Description |
|---|
ForwardIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Long |
next() |
long |
nextLong() |
void |
remove() |
public boolean hasNext()
public java.lang.Long next()
public long nextLong()
nextLong in class AbstractLongIteratorpublic void remove()
Copyright © 2022. All rights reserved.