it.unimi.dsi.fastutil.bytes
Interface ByteListIterator
- All Superinterfaces:
- BidirectionalIterator, ByteBidirectionalIterator, ByteIterator, Iterator, ListIterator
- All Known Implementing Classes:
- AbstractByteListIterator
- public interface ByteListIterator
- extends ListIterator, 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
public void set(byte k)
add
public void add(byte k)