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.
|
java.lang.Float |
next()
Deprecated.
Please use the corresponding type-specific method instead.
|
float |
nextFloat()
Delegates to the corresponding generic method.
|
int |
nextIndex() |
java.lang.Float |
previous()
Deprecated.
Please use the corresponding type-specific method instead.
|
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
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()
@Deprecated public java.lang.Float next()
next
in interface java.util.Iterator<java.lang.Float>
next
in interface java.util.ListIterator<java.lang.Float>
next
in class AbstractFloatIterator
@Deprecated public java.lang.Float previous()
previous
in interface BidirectionalIterator<java.lang.Float>
previous
in interface java.util.ListIterator<java.lang.Float>
previous
in class AbstractFloatBidirectionalIterator
ListIterator.previous()