Modul speiger.src.collections
Schnittstelle DoubleListIterator
- Alle Superschnittstellen:
DoubleBidirectionalIterator,DoubleIterator,Iterator<Double>,ListIterator<Double>,ObjectBidirectionalIterator<Double>,ObjectIterator<Double>
A Type Specific ListIterator that reduces boxing/unboxing
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidadd(double e) A Primitive set function to reduce (un)boxingdefault voidVeraltet.Please use the corresponding type-specific function instead.default Doublenext()Veraltet.Please use the corresponding type-specific function instead.default Doubleprevious()Veraltet.Please use the corresponding type-specific function instead.voidset(double 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.doubles.collections.DoubleBidirectionalIterator
back, hasPrevious, previousDouble, skipVon Schnittstelle geerbte Methoden speiger.src.collections.doubles.collections.DoubleIterator
forEachRemaining, forEachRemaining, forEachRemaining, nextDoubleVon 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(double 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(double 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 SchnittstelleDoubleBidirectionalIterator- Angegeben von:
previousin SchnittstelleListIterator<Double>- Angegeben von:
previousin SchnittstelleObjectBidirectionalIterator<Double>- 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 SchnittstelleDoubleIterator- Angegeben von:
nextin SchnittstelleIterator<Double>- Angegeben von:
nextin SchnittstelleListIterator<Double>
-
set
Veraltet.Please use the corresponding type-specific function instead.This default implementation delegates to the corresponding type-specific function.
- Angegeben von:
setin SchnittstelleListIterator<Double>
-
add
Veraltet.Please use the corresponding type-specific function instead.This default implementation delegates to the corresponding type-specific function.
- Angegeben von:
addin SchnittstelleListIterator<Double>
-