org.apache.commons.collections.primitives.adapters
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, subList
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
private 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 AbstractCharListList
Copyright (c) 2002-2003 - Apache Software Foundation