DoubleIteratorpublic final class ImmutableEmptyDoubleIterator extends java.lang.Object implements DoubleIterator
| Modifier and Type | Field | Description |
|---|---|---|
static ImmutableEmptyDoubleIterator |
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
double |
next() |
public static final ImmutableEmptyDoubleIterator INSTANCE
public boolean hasNext()
hasNext in interface DoubleIteratorpublic double next()
next in interface DoubleIteratorCopyright © 2004–2020. All rights reserved.