public static class FloatBigListIterators.UnmodifiableBigListIterator extends AbstractFloatBigListIterator
| Constructor and Description |
|---|
FloatBigListIterators.UnmodifiableBigListIterator(FloatBigListIterator 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.
|
long |
nextIndex()
Returns the index of the element that would be returned by a subsequent call to next.
|
Float |
previous()
Delegates to the corresponding type-specific method.
|
float |
previousFloat()
Delegates to the corresponding generic method.
|
long |
previousIndex()
Returns the index of the element that would be returned by a subsequent call to previous.
|
add, add, back, set, set, skipbackremove, skipequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbackskipskippublic FloatBigListIterators.UnmodifiableBigListIterator(FloatBigListIterator 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 long nextIndex()
BigListIteratorListIterator.nextIndex()public long previousIndex()
BigListIteratorListIterator.previousIndex()public Float next()
AbstractFloatIteratornext in interface Iterator<Float>next in class AbstractFloatIteratorpublic Float previous()
AbstractFloatBidirectionalIteratorprevious in interface BidirectionalIterator<Float>previous in class AbstractFloatBidirectionalIteratorListIterator.previous()