ShortIteratorpublic final class ImmutableEmptyShortIterator extends java.lang.Object implements ShortIterator
| Modifier and Type | Field | Description |
|---|---|---|
static ImmutableEmptyShortIterator |
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
short |
next() |
public static final ImmutableEmptyShortIterator INSTANCE
public boolean hasNext()
hasNext in interface ShortIteratorpublic short next()
next in interface ShortIteratorCopyright © 2004–2018. All rights reserved.