public static class FloatIterators.UnmodifiableBidirectionalIterator extends AbstractFloatBidirectionalIterator
| Constructor and Description |
|---|
UnmodifiableBidirectionalIterator(FloatBidirectionalIterator 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.
|
java.lang.Float |
previous()
Deprecated.
Please use the corresponding type-specific method instead.
|
float |
previousFloat()
Delegates to the corresponding generic method.
|
backremove, skipequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitskipskippublic UnmodifiableBidirectionalIterator(FloatBidirectionalIterator 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()@Deprecated public java.lang.Float next()
next in interface java.util.Iterator<java.lang.Float>next in class AbstractFloatIterator@Deprecated public java.lang.Float previous()
previous in interface BidirectionalIterator<java.lang.Float>previous in class AbstractFloatBidirectionalIteratorListIterator.previous()