public interface FloatListIterator extends java.util.ListIterator<java.lang.Float>, FloatBidirectionalIterator
| Modifier and Type | Method and Description |
|---|---|
void |
add(float e)
A Primitive set function to reduce (un)boxing
|
default void |
add(java.lang.Float e)
Deprecated.
Please use the corresponding type-specific function instead.
|
default java.lang.Float |
next()
Deprecated.
Please use the corresponding type-specific function instead.
|
default java.lang.Float |
previous()
Deprecated.
Please use the corresponding type-specific function instead.
|
void |
set(float e)
A Primitive set function to reduce (un)boxing
|
default void |
set(java.lang.Float e)
Deprecated.
Please use the corresponding type-specific function instead.
|
hasNext, hasPrevious, nextIndex, previousIndex, removeback, hasPrevious, previousFloat, skipforEachRemaining, forEachRemaining, nextFloatvoid set(float e)
e - the element that should replace the last returned valueListIterator.set(Object)void add(float e)
e - the element that should be inserted before the last returned valueListIterator.set(Object)@Deprecated default java.lang.Float previous()
This default implementation delegates to the corresponding type-specific function.
This default implementation delegates to the corresponding type-specific function.
previous in interface FloatBidirectionalIteratorprevious in interface java.util.ListIterator<java.lang.Float>previous in interface ObjectBidirectionalIterator<java.lang.Float>@Deprecated default java.lang.Float next()
This default implementation delegates to the corresponding type-specific function.
This default implementation delegates to the corresponding type-specific function.
next in interface FloatIteratornext in interface java.util.Iterator<java.lang.Float>next in interface java.util.ListIterator<java.lang.Float>@Deprecated default void set(java.lang.Float e)
This default implementation delegates to the corresponding type-specific function.
set in interface java.util.ListIterator<java.lang.Float>@Deprecated default void add(java.lang.Float e)
This default implementation delegates to the corresponding type-specific function.
add in interface java.util.ListIterator<java.lang.Float>