it.unimi.dsi.fastutil.chars
Interface CharListIterator
- All Superinterfaces:
- BidirectionalIterator<Character>, CharBidirectionalIterator, CharIterator, Iterator<Character>, ListIterator<Character>, ObjectBidirectionalIterator<Character>, ObjectIterator<Character>
- All Known Implementing Classes:
- AbstractCharListIterator, CharIterators.EmptyIterator, CharIterators.UnmodifiableListIterator
public interface CharListIterator
- extends ListIterator<Character>, CharBidirectionalIterator
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(char k)
|
void |
set(char k)
|
set
void set(char k)
add
void add(char k)