static CharListIterator |
CharIterators.asCharIterator(ListIterator i) |
Wraps a standard list iterator into a type-specific list iterator.
|
CharListIterator |
AbstractCharList.charListIterator() |
Deprecated.
|
CharListIterator |
AbstractCharList.charListIterator(int index) |
Deprecated.
|
CharListIterator |
CharList.charListIterator() |
Deprecated.
|
CharListIterator |
CharList.charListIterator(int index) |
Deprecated.
|
static CharListIterator |
CharIterators.fromTo(char from,
char to) |
Creates a type-specific list iterator over an interval.
|
CharListIterator |
AbstractCharList.iterator() |
|
CharListIterator |
CharList.iterator() |
Returns a type-specific iterator on the elements of this list (in proper sequence).
|
CharListIterator |
AbstractCharList.CharSubList.listIterator(int index) |
|
CharListIterator |
AbstractCharList.listIterator() |
|
CharListIterator |
AbstractCharList.listIterator(int index) |
|
CharListIterator |
CharArrayList.listIterator(int index) |
|
CharListIterator |
CharList.listIterator() |
Returns a type-specific list iterator on the list.
|
CharListIterator |
CharList.listIterator(int index) |
Returns a type-specific list iterator on the list starting at a given index.
|
static CharListIterator |
CharIterators.singleton(char element) |
Returns an iterator that iterates just over the given element.
|
static CharListIterator |
CharIterators.unmodifiable(CharListIterator i) |
Returns an unmodifiable list iterator backed by the specified list iterator.
|
static CharListIterator |
CharIterators.wrap(char[] array) |
Wraps the given array into a type-specific list iterator.
|
static CharListIterator |
CharIterators.wrap(char[] array,
int offset,
int length) |
Wraps the given part of an array into a type-specific list iterator.
|