public static class FloatIterators.UnmodifiableIterator extends AbstractFloatIterator
Constructor and Description |
---|
UnmodifiableIterator(FloatIterator i) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.lang.Float |
next()
Deprecated.
Please use the corresponding type-specific method instead.
|
float |
nextFloat()
Delegates to the corresponding generic method.
|
remove, skip
public UnmodifiableIterator(FloatIterator i)
public boolean hasNext()
public float nextFloat()
AbstractFloatIterator
nextFloat
in interface FloatIterator
nextFloat
in class AbstractFloatIterator
Iterator.next()
@Deprecated public java.lang.Float next()
next
in interface java.util.Iterator<java.lang.Float>
next
in class AbstractFloatIterator