public interface CharListIterator extends ListIterator<Character>, CharBidirectionalIterator
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().
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
add(char k) |
void |
set(char k) |
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, setback, previousCharnextChar, skipskiphasPrevious, previousforEachRemainingCopyright © 2011–2016. All rights reserved.