public static class FloatIterators.UnmodifiableListIterator extends java.lang.Object implements FloatListIterator
| Modifier and Type | Field and Description |
|---|---|
protected FloatListIterator |
i |
| Constructor and Description |
|---|
UnmodifiableListIterator(FloatListIterator i) |
| Modifier and Type | Method and Description |
|---|---|
void |
forEachRemaining(java.util.function.Consumer<? super java.lang.Float> action)
Deprecated.
|
void |
forEachRemaining(it.unimi.dsi.fastutil.floats.FloatConsumer action) |
boolean |
hasNext() |
boolean |
hasPrevious() |
float |
nextFloat() |
int |
nextIndex() |
float |
previousFloat()
Returns the previous element as a primitive type.
|
int |
previousIndex() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, add, next, previous, remove, set, setback, skipprotected final FloatListIterator i
public UnmodifiableListIterator(FloatListIterator i)
public boolean hasNext()
hasNext in interface java.util.Iterator<java.lang.Float>hasNext in interface java.util.ListIterator<java.lang.Float>public boolean hasPrevious()
hasPrevious in interface it.unimi.dsi.fastutil.BidirectionalIterator<java.lang.Float>hasPrevious in interface java.util.ListIterator<java.lang.Float>public float nextFloat()
nextFloat in interface it.unimi.dsi.fastutil.floats.FloatIteratorpublic float previousFloat()
FloatBidirectionalIteratorpreviousFloat in interface FloatBidirectionalIteratorListIterator.previous()public int nextIndex()
nextIndex in interface java.util.ListIterator<java.lang.Float>public int previousIndex()
previousIndex in interface java.util.ListIterator<java.lang.Float>public void forEachRemaining(it.unimi.dsi.fastutil.floats.FloatConsumer action)
forEachRemaining in interface it.unimi.dsi.fastutil.floats.FloatIteratorforEachRemaining in interface java.util.PrimitiveIterator<java.lang.Float,it.unimi.dsi.fastutil.floats.FloatConsumer>@Deprecated public void forEachRemaining(java.util.function.Consumer<? super java.lang.Float> action)
forEachRemaining in interface it.unimi.dsi.fastutil.floats.FloatIteratorforEachRemaining in interface java.util.Iterator<java.lang.Float>