public static class FloatBigListIterators.UnmodifiableBigListIterator extends AbstractFloatBigListIterator
Constructor and Description |
---|
UnmodifiableBigListIterator(FloatBigListIterator i) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
boolean |
hasPrevious()
Returns whether there is a previous element.
|
java.lang.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.
|
java.lang.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, skip
back
remove, skip
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
back
skip
skip
public UnmodifiableBigListIterator(FloatBigListIterator i)
public boolean hasNext()
public boolean hasPrevious()
BidirectionalIterator
ListIterator.hasPrevious()
public float nextFloat()
AbstractFloatIterator
nextFloat
in interface FloatIterator
nextFloat
in class AbstractFloatIterator
Iterator.next()
public float previousFloat()
AbstractFloatBidirectionalIterator
previousFloat
in interface FloatBidirectionalIterator
previousFloat
in class AbstractFloatBidirectionalIterator
ListIterator.previous()
public long nextIndex()
BigListIterator
ListIterator.nextIndex()
public long previousIndex()
BigListIterator
ListIterator.previousIndex()
public java.lang.Float next()
AbstractFloatIterator
next
in interface java.util.Iterator<java.lang.Float>
next
in class AbstractFloatIterator
public java.lang.Float previous()
AbstractFloatBidirectionalIterator
previous
in interface BidirectionalIterator<java.lang.Float>
previous
in class AbstractFloatBidirectionalIterator
ListIterator.previous()