|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.collections.primitives.adapters.AbstractCharCollectionCollection
org.apache.commons.collections.primitives.adapters.AbstractCharListList
org.apache.commons.collections.primitives.adapters.CharListList
public final class CharListList
Adapts an CharList
to the
List
interface.
CharList
implementation in the "obvious" way.
Field Summary | |
---|---|
private CharList |
_list
|
Constructor Summary | |
---|---|
CharListList(CharList list)
Creates a List wrapping
the specified CharList . |
Method Summary | |
---|---|
protected CharList |
getCharList()
|
static java.util.List |
wrap(CharList list)
Create a List wrapping
the specified CharList . |
Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractCharListList |
---|
add, addAll, equals, get, getCharCollection, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList |
Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractCharCollectionCollection |
---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Field Detail |
---|
private CharList _list
Constructor Detail |
---|
public CharListList(CharList list)
List
wrapping
the specified CharList
.
wrap(org.apache.commons.collections.primitives.CharList)
Method Detail |
---|
public static java.util.List wrap(CharList list)
List
wrapping
the specified CharList
. When
the given list is null
,
returns null
.
list
- the (possibly null
)
CharList
to wrap
List
wrapping the given
list, or null
when list is
null
.protected CharList getCharList()
getCharList
in class AbstractCharListList
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |