public static class FloatIterators.UnmodifiableIterator extends Object implements FloatIterator
| Modifier and Type | Field and Description |
|---|---|
protected FloatIterator |
i |
| Constructor and Description |
|---|
UnmodifiableIterator(FloatIterator i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
float |
nextFloat()
Returns the next element as a primitive type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, forEachRemaining, next, skipprotected final FloatIterator i
public UnmodifiableIterator(FloatIterator i)
public float nextFloat()
FloatIteratornextFloat in interface FloatIteratorIterator.next()Copyright © 2020. All rights reserved.