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, skip
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public UnmodifiableIterator(FloatIterator i)
public boolean hasNext()
public float nextFloat()
AbstractFloatIterator
nextFloat
in interface FloatIterator
nextFloat
in class AbstractFloatIterator
Iterator.next()
public Float next()
AbstractFloatIterator
next
in interface Iterator<Float>
next
in class AbstractFloatIterator