public abstract class AbstractFloatListIterator extends AbstractFloatBidirectionalIterator implements FloatListIterator
This class provides trivial type-specific implementations of set() and add() which throw an
UnsupportedOperationException. For primitive types, it also provides a trivial implementation of set() and
add() that just invokes the type-specific one.
ListIterator| Modifier and Type | Method and Description |
|---|---|
void |
add(float k)
This method just throws an
UnsupportedOperationException. |
void |
add(Float ok)
Delegates to the corresponding type-specific method.
|
void |
set(float k)
This method just throws an
UnsupportedOperationException. |
void |
set(Float ok)
Delegates to the corresponding type-specific method.
|
back, previous, previousFloatnext, nextFloat, remove, skipequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNext, hasPrevious, next, nextIndex, previous, previousIndex, removeback, previousFloatnextFloat, skipskiphasPrevious, previousforEachRemainingpublic void set(Float ok)
set in interface ListIterator<Float>public void add(Float ok)
add in interface ListIterator<Float>public void set(float k)
UnsupportedOperationException.set in interface FloatListIteratorpublic void add(float k)
UnsupportedOperationException.add in interface FloatListIterator