public static class FloatIterators.UnmodifiableIterator extends AbstractFloatIterator
| Constructor and Description |
|---|
UnmodifiableIterator(FloatIterator i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Float |
next()
Delegates to the corresponding type-specific method.
|
float |
nextFloat()
Delegates to the corresponding generic method.
|
remove, skipequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic UnmodifiableIterator(FloatIterator i)
public boolean hasNext()
public float nextFloat()
AbstractFloatIteratornextFloat in interface FloatIteratornextFloat in class AbstractFloatIteratorIterator.next()public Float next()
AbstractFloatIteratornext in interface Iterator<Float>next in class AbstractFloatIterator