Modul speiger.src.collections
Schnittstelle BooleanListIterator
- Alle Superschnittstellen:
BooleanBidirectionalIterator,BooleanIterator,Iterator<Boolean>,ListIterator<Boolean>,ObjectBidirectionalIterator<Boolean>,ObjectIterator<Boolean>
A Type Specific ListIterator that reduces boxing/unboxing
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidadd(boolean e) A Primitive set function to reduce (un)boxingdefault voidVeraltet.Please use the corresponding type-specific function instead.default Booleannext()Veraltet.Please use the corresponding type-specific function instead.default Booleanprevious()Veraltet.Please use the corresponding type-specific function instead.voidset(boolean 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.booleans.collections.BooleanBidirectionalIterator
back, hasPrevious, previousBoolean, skipVon Schnittstelle geerbte Methoden speiger.src.collections.booleans.collections.BooleanIterator
forEachRemaining, forEachRemaining, forEachRemaining, nextBooleanVon 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(boolean 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(boolean 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 SchnittstelleBooleanBidirectionalIterator- Angegeben von:
previousin SchnittstelleListIterator<Boolean>- Angegeben von:
previousin SchnittstelleObjectBidirectionalIterator<Boolean>- 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 SchnittstelleBooleanIterator- Angegeben von:
nextin SchnittstelleIterator<Boolean>- Angegeben von:
nextin SchnittstelleListIterator<Boolean>
-
set
Veraltet.Please use the corresponding type-specific function instead.This default implementation delegates to the corresponding type-specific function.
- Angegeben von:
setin SchnittstelleListIterator<Boolean>
-
add
Veraltet.Please use the corresponding type-specific function instead.This default implementation delegates to the corresponding type-specific function.
- Angegeben von:
addin SchnittstelleListIterator<Boolean>
-