Modul speiger.src.collections
Schnittstelle ByteListIterator
- Alle Superschnittstellen:
ByteBidirectionalIterator,ByteIterator,Iterator<Byte>,ListIterator<Byte>,ObjectBidirectionalIterator<Byte>,ObjectIterator<Byte>
A Type Specific ListIterator that reduces boxing/unboxing
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidadd(byte e) A Primitive set function to reduce (un)boxingdefault voidVeraltet.Please use the corresponding type-specific function instead.default Bytenext()Veraltet.Please use the corresponding type-specific function instead.default Byteprevious()Veraltet.Please use the corresponding type-specific function instead.voidset(byte 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.bytes.collections.ByteBidirectionalIterator
back, hasPrevious, previousByte, skipVon Schnittstelle geerbte Methoden speiger.src.collections.bytes.collections.ByteIterator
forEachRemaining, forEachRemaining, forEachRemaining, nextByteVon 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(byte 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(byte 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 SchnittstelleByteBidirectionalIterator- Angegeben von:
previousin SchnittstelleListIterator<Byte>- Angegeben von:
previousin SchnittstelleObjectBidirectionalIterator<Byte>- 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 SchnittstelleByteIterator- Angegeben von:
nextin SchnittstelleIterator<Byte>- Angegeben von:
nextin SchnittstelleListIterator<Byte>
-
set
Veraltet.Please use the corresponding type-specific function instead.This default implementation delegates to the corresponding type-specific function.
- Angegeben von:
setin SchnittstelleListIterator<Byte>
-
add
Veraltet.Please use the corresponding type-specific function instead.This default implementation delegates to the corresponding type-specific function.
- Angegeben von:
addin SchnittstelleListIterator<Byte>
-