Modul speiger.src.collections
Schnittstelle FloatListIterator
- Alle Superschnittstellen:
FloatBidirectionalIterator,FloatIterator,Iterator<Float>,ListIterator<Float>,ObjectBidirectionalIterator<Float>,ObjectIterator<Float>
A Type Specific ListIterator that reduces boxing/unboxing
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidadd(float e) A Primitive set function to reduce (un)boxingdefault voidVeraltet.Please use the corresponding type-specific function instead.default Floatnext()Veraltet.Please use the corresponding type-specific function instead.default Floatprevious()Veraltet.Please use the corresponding type-specific function instead.voidset(float e) A Primitive set function to reduce (un)boxingdefault voidVeraltet.Please use the corresponding type-specific function instead.Von Schnittstelle geerbte Methoden speiger.src.collections.floats.collections.FloatBidirectionalIterator
back, hasPrevious, previousFloat, skipVon Schnittstelle geerbte Methoden speiger.src.collections.floats.collections.FloatIterator
forEachRemaining, forEachRemaining, forEachRemaining, nextFloatVon Schnittstelle geerbte Methoden java.util.ListIterator
hasNext, hasPrevious, nextIndex, previousIndex, removeVon Schnittstelle geerbte Methoden speiger.src.collections.objects.collections.ObjectIterator
forEachRemaining
-
Methodendetails
-
set
void set(float e) A Primitive set function to reduce (un)boxing- Parameter:
e- the element that should replace the last returned value- Siehe auch:
-
add
void add(float e) A Primitive set function to reduce (un)boxing- Parameter:
e- the element that should be inserted before the last returned value- Siehe auch:
-
previous
Veraltet.Please use the corresponding type-specific function instead.Returns the Previous element of the iterator.This default implementation delegates to the corresponding type-specific function.
This default implementation delegates to the corresponding type-specific function.
- Angegeben von:
previousin SchnittstelleFloatBidirectionalIterator- Angegeben von:
previousin SchnittstelleListIterator<Float>- Angegeben von:
previousin SchnittstelleObjectBidirectionalIterator<Float>- Gibt zurück:
- the Previous element of the iterator.
-
next
Veraltet.Please use the corresponding type-specific function instead.This default implementation delegates to the corresponding type-specific function.
This default implementation delegates to the corresponding type-specific function.
- Angegeben von:
nextin SchnittstelleFloatIterator- Angegeben von:
nextin SchnittstelleIterator<Float>- Angegeben von:
nextin SchnittstelleListIterator<Float>
-
set
Veraltet.Please use the corresponding type-specific function instead.This default implementation delegates to the corresponding type-specific function.
- Angegeben von:
setin SchnittstelleListIterator<Float>
-
add
Veraltet.Please use the corresponding type-specific function instead.This default implementation delegates to the corresponding type-specific function.
- Angegeben von:
addin SchnittstelleListIterator<Float>
-