public static class FloatIterators.UnmodifiableListIterator extends AbstractFloatListIterator
Constructor and Description |
---|
FloatIterators.UnmodifiableListIterator(FloatListIterator 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.
|
int |
nextIndex() |
Float |
previous()
Delegates to the corresponding type-specific method.
|
float |
previousFloat()
Delegates to the corresponding generic method.
|
int |
previousIndex() |
add, add, set, set
back
remove, skip
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
remove
back
skip
skip
public FloatIterators.UnmodifiableListIterator(FloatListIterator 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 int nextIndex()
public int previousIndex()
public Float next()
AbstractFloatIterator
next
in interface Iterator<Float>
next
in interface ListIterator<Float>
next
in class AbstractFloatIterator
public Float previous()
AbstractFloatBidirectionalIterator
previous
in interface BidirectionalIterator<Float>
previous
in interface ListIterator<Float>
previous
in class AbstractFloatBidirectionalIterator
ListIterator.previous()