LongIteratorpublic final class ImmutableEmptyLongIterator extends java.lang.Object implements LongIterator
| Modifier and Type | Field | Description |
|---|---|---|
static ImmutableEmptyLongIterator |
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
long |
next() |
public static final ImmutableEmptyLongIterator INSTANCE
public boolean hasNext()
hasNext in interface LongIteratorpublic long next()
next in interface LongIteratorCopyright © 2004–2017. All rights reserved.