public final class CharListList extends AbstractCharListList implements java.io.Serializable
CharList to the
List interface.
This implementation delegates most methods
to the provided CharList
implementation in the "obvious" way.| Constructor and Description |
|---|
CharListList(CharList list)
Creates a
List wrapping
the specified CharList. |
| Modifier and Type | Method and Description |
|---|---|
protected CharList |
getCharList() |
static java.util.List |
wrap(CharList list)
Create a
List wrapping
the specified CharList. |
add, addAll, equals, get, getCharCollection, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subListadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitprivate CharList _list
public static java.util.List wrap(CharList list)
list - the (possibly null)
CharList to wrapList wrapping the given
list, or null when list is
null.protected CharList getCharList()
getCharList in class AbstractCharListListCopyright (c) 2002-2003 - Apache Software Foundation