public static class FloatIterators.UnmodifiableListIterator extends AbstractFloatListIterator
| Constructor and Description |
|---|
UnmodifiableListIterator(FloatListIterator i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
boolean |
hasPrevious()
Returns whether there is a previous element.
|
Float |
next()
Delegates to the corresponding type-specific method.
|
float |
nextFloat()
Delegates to the corresponding generic method.
|
int |
nextIndex() |
Float |
previous()
Delegates to the corresponding type-specific method.
|
float |
previousFloat()
Delegates to the corresponding generic method.
|
int |
previousIndex() |
add, add, set, setbackremove, skipequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitremovebackskipskipforEachRemainingpublic UnmodifiableListIterator(FloatListIterator i)
public boolean hasNext()
public boolean hasPrevious()
BidirectionalIteratorListIterator.hasPrevious()public float nextFloat()
AbstractFloatIteratornextFloat in interface FloatIteratornextFloat in class AbstractFloatIteratorIterator.next()public float previousFloat()
AbstractFloatBidirectionalIteratorpreviousFloat in interface FloatBidirectionalIteratorpreviousFloat in class AbstractFloatBidirectionalIteratorListIterator.previous()public int nextIndex()
public int previousIndex()
public Float next()
AbstractFloatIteratornext in interface Iterator<Float>next in interface ListIterator<Float>next in class AbstractFloatIteratorpublic Float previous()
AbstractFloatBidirectionalIteratorprevious in interface BidirectionalIterator<Float>previous in interface ListIterator<Float>previous in class AbstractFloatBidirectionalIteratorListIterator.previous()