public abstract static class PrimitiveIterator.OfLong
extends java.lang.Object
implements java.util.Iterator<java.lang.Long>
| Constructor and Description |
|---|
OfLong() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
next() |
abstract long |
nextLong() |
void |
remove() |