public interface ByteListIterator extends java.util.ListIterator<java.lang.Byte>, ByteBidirectionalIterator
| Modifier and Type | Method and Description |
|---|---|
void |
add(byte e)
A Primitive set function to reduce (un)boxing
|
default void |
add(java.lang.Byte e)
Deprecated.
Please use the corresponding type-specific function instead.
|
default java.lang.Byte |
next()
Deprecated.
Please use the corresponding type-specific function instead.
|
default java.lang.Byte |
previous()
Deprecated.
Please use the corresponding type-specific function instead.
|
void |
set(byte e)
A Primitive set function to reduce (un)boxing
|
default void |
set(java.lang.Byte e)
Deprecated.
Please use the corresponding type-specific function instead.
|
hasNext, hasPrevious, nextIndex, previousIndex, removeback, hasPrevious, previousByte, skipforEachRemaining, forEachRemaining, forEachRemaining, nextByteforEachRemainingvoid set(byte e)
e - the element that should replace the last returned valueListIterator.set(Object)void add(byte e)
e - the element that should be inserted before the last returned valueListIterator.set(Object)@Deprecated default java.lang.Byte previous()
This default implementation delegates to the corresponding type-specific function.
This default implementation delegates to the corresponding type-specific function.
previous in interface ByteBidirectionalIteratorprevious in interface java.util.ListIterator<java.lang.Byte>previous in interface ObjectBidirectionalIterator<java.lang.Byte>@Deprecated default java.lang.Byte next()
This default implementation delegates to the corresponding type-specific function.
This default implementation delegates to the corresponding type-specific function.
next in interface ByteIteratornext in interface java.util.Iterator<java.lang.Byte>next in interface java.util.ListIterator<java.lang.Byte>@Deprecated default void set(java.lang.Byte e)
This default implementation delegates to the corresponding type-specific function.
set in interface java.util.ListIterator<java.lang.Byte>@Deprecated default void add(java.lang.Byte e)
This default implementation delegates to the corresponding type-specific function.
add in interface java.util.ListIterator<java.lang.Byte>