IntIteratorpublic final class ImmutableEmptyIntIterator extends java.lang.Object implements IntIterator
| Modifier and Type | Field | Description |
|---|---|---|
static ImmutableEmptyIntIterator |
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
int |
next() |
public static final ImmutableEmptyIntIterator INSTANCE
public boolean hasNext()
hasNext in interface IntIteratorpublic int next()
next in interface IntIteratorCopyright © 2004–2018. All rights reserved.