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()
Delegates to the corresponding type-specific method.
|
float |
nextFloat()
Delegates to the corresponding generic method.
|
remove, skippublic UnmodifiableIterator(FloatIterator i)
public boolean hasNext()
public float nextFloat()
AbstractFloatIteratornextFloat in interface FloatIteratornextFloat in class AbstractFloatIteratorIterator.next()public java.lang.Float next()
AbstractFloatIteratornext in interface java.util.Iterator<java.lang.Float>next in class AbstractFloatIterator