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.
|
java.lang.Float |
next()
Deprecated.
Please use the corresponding type-specific method instead.
|
float |
nextFloat()
Delegates to the corresponding generic method.
|
int |
nextIndex() |
java.lang.Float |
previous()
Deprecated.
Please use the corresponding type-specific method instead.
|
float |
previousFloat()
Delegates to the corresponding generic method.
|
int |
previousIndex() |
add, add, set, setbackremove, skipequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbackskipskippublic 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()
@Deprecated public java.lang.Float next()
next in interface java.util.Iterator<java.lang.Float>next in interface java.util.ListIterator<java.lang.Float>next in class AbstractFloatIterator@Deprecated public java.lang.Float previous()
previous in interface BidirectionalIterator<java.lang.Float>previous in interface java.util.ListIterator<java.lang.Float>previous in class AbstractFloatBidirectionalIteratorListIterator.previous()