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