it.unimi.dsi.fastutil.bytes
Interface ByteListIterator
- All Superinterfaces:
- BidirectionalIterator<Byte>, ByteBidirectionalIterator, ByteIterator, Iterator<Byte>, ListIterator<Byte>, ObjectBidirectionalIterator<Byte>, ObjectIterator<Byte>
- All Known Implementing Classes:
- AbstractByteListIterator, ByteIterators.EmptyIterator, ByteIterators.UnmodifiableListIterator
public interface ByteListIterator
- extends ListIterator<Byte>, ByteBidirectionalIterator
A type-specific bidirectional iterator that is also a ListIterator
.
This interface merges the methods provided by a ListIterator
and
a type-specific BidirectionalIterator
. Moreover, it provides
type-specific versions of add()
and set()
.
- See Also:
ListIterator
,
BidirectionalIterator
Method Summary |
void |
add(byte k)
|
void |
set(byte k)
|
set
void set(byte k)
add
void add(byte k)