Modul speiger.src.collections
Schnittstelle CharListIterator
- Alle Superschnittstellen:
CharBidirectionalIterator,CharIterator,Iterator<Character>,ListIterator<Character>,ObjectBidirectionalIterator<Character>,ObjectIterator<Character>
A Type Specific ListIterator that reduces boxing/unboxing
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidadd(char e) A Primitive set function to reduce (un)boxingdefault voidVeraltet.Please use the corresponding type-specific function instead.default Characternext()Veraltet.Please use the corresponding type-specific function instead.default Characterprevious()Veraltet.Please use the corresponding type-specific function instead.voidset(char 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.chars.collections.CharBidirectionalIterator
back, hasPrevious, previousChar, skipVon Schnittstelle geerbte Methoden speiger.src.collections.chars.collections.CharIterator
forEachRemaining, forEachRemaining, forEachRemaining, nextCharVon 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(char 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(char 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 SchnittstelleCharBidirectionalIterator- Angegeben von:
previousin SchnittstelleListIterator<Character>- Angegeben von:
previousin SchnittstelleObjectBidirectionalIterator<Character>- 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 SchnittstelleCharIterator- Angegeben von:
nextin SchnittstelleIterator<Character>- Angegeben von:
nextin SchnittstelleListIterator<Character>
-
set
Veraltet.Please use the corresponding type-specific function instead.This default implementation delegates to the corresponding type-specific function.
- Angegeben von:
setin SchnittstelleListIterator<Character>
-
add
Veraltet.Please use the corresponding type-specific function instead.This default implementation delegates to the corresponding type-specific function.
- Angegeben von:
addin SchnittstelleListIterator<Character>
-