BidirectionalIterator<java.lang.Float>, BigListIterator<java.lang.Float>, FloatBidirectionalIterator, FloatBigListIterator, FloatIterator, ObjectBidirectionalIterator<java.lang.Float>, ObjectIterator<java.lang.Float>, java.util.Iterator<java.lang.Float>public static class FloatBigListIterators.UnmodifiableBigListIterator extends java.lang.Object implements FloatBigListIterator
| Constructor | Description |
|---|---|
UnmodifiableBigListIterator(FloatBigListIterator i) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
boolean |
hasPrevious() |
Returns whether there is a previous element.
|
float |
nextFloat() |
Returns the next element as a primitive type.
|
long |
nextIndex() |
Returns the index of the element that would be returned by a subsequent call to next.
|
float |
previousFloat() |
Returns the previous element as a primitive type.
|
long |
previousIndex() |
Returns the index of the element that would be returned by a subsequent call to previous.
|
back, previousadd, add, back, set, set, skip, skipforEachRemaining, forEachRemaining, nextpublic UnmodifiableBigListIterator(FloatBigListIterator i)
public boolean hasNext()
hasNext in interface java.util.Iterator<java.lang.Float>public boolean hasPrevious()
BidirectionalIteratorhasPrevious in interface BidirectionalIterator<java.lang.Float>ListIterator.hasPrevious()public float nextFloat()
FloatIteratornextFloat in interface FloatIteratorIterator.next()public float previousFloat()
FloatBidirectionalIteratorpreviousFloat in interface FloatBidirectionalIteratorListIterator.previous()public long nextIndex()
BigListIteratornextIndex in interface BigListIterator<java.lang.Float>ListIterator.nextIndex()public long previousIndex()
BigListIteratorpreviousIndex in interface BigListIterator<java.lang.Float>ListIterator.previousIndex()