FloatIterator
public final class ImmutableEmptyFloatIterator extends java.lang.Object implements FloatIterator
Modifier and Type | Field | Description |
---|---|---|
static ImmutableEmptyFloatIterator |
INSTANCE |
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
|
float |
next() |
public static final ImmutableEmptyFloatIterator INSTANCE
public boolean hasNext()
hasNext
in interface FloatIterator
public float next()
next
in interface FloatIterator
Copyright © 2004–2018. All rights reserved.