Modul speiger.src.collections
Schnittstelle ShortListIterator
- Alle Superschnittstellen:
Iterator<Short>,ListIterator<Short>,ObjectBidirectionalIterator<Short>,ObjectIterator<Short>,ShortBidirectionalIterator,ShortIterator
A Type Specific ListIterator that reduces boxing/unboxing
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidadd(short e) A Primitive set function to reduce (un)boxingdefault voidVeraltet.Please use the corresponding type-specific function instead.default Shortnext()Veraltet.Please use the corresponding type-specific function instead.default Shortprevious()Veraltet.Please use the corresponding type-specific function instead.voidset(short e) A Primitive set function to reduce (un)boxingdefault voidVeraltet.Please use the corresponding type-specific function instead.Von Schnittstelle geerbte Methoden java.util.ListIterator
hasNext, hasPrevious, nextIndex, previousIndex, removeVon Schnittstelle geerbte Methoden speiger.src.collections.objects.collections.ObjectIterator
forEachRemainingVon Schnittstelle geerbte Methoden speiger.src.collections.shorts.collections.ShortBidirectionalIterator
back, hasPrevious, previousShort, skipVon Schnittstelle geerbte Methoden speiger.src.collections.shorts.collections.ShortIterator
forEachRemaining, forEachRemaining, forEachRemaining, nextShort
-
Methodendetails
-
set
void set(short 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(short 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 SchnittstelleListIterator<Short>- Angegeben von:
previousin SchnittstelleObjectBidirectionalIterator<Short>- Angegeben von:
previousin SchnittstelleShortBidirectionalIterator- 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 SchnittstelleIterator<Short>- Angegeben von:
nextin SchnittstelleListIterator<Short>- Angegeben von:
nextin SchnittstelleShortIterator
-
set
Veraltet.Please use the corresponding type-specific function instead.This default implementation delegates to the corresponding type-specific function.
- Angegeben von:
setin SchnittstelleListIterator<Short>
-
add
Veraltet.Please use the corresponding type-specific function instead.This default implementation delegates to the corresponding type-specific function.
- Angegeben von:
addin SchnittstelleListIterator<Short>
-