ShortIterator
public 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 ShortIterator
public short next()
next
in interface ShortIterator
Copyright © 2004–2018. All rights reserved.