LongIterator
public 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 LongIterator
public long next()
next
in interface LongIterator
Copyright © 2004–2017. All rights reserved.