|
|||||||||
| 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.NonSerializableCharListList
final class NonSerializableCharListList
| Field Summary | |
|---|---|
private CharList |
_list
|
| Constructor Summary | |
|---|---|
NonSerializableCharListList(CharList list)
Creates a List wrapping
the specified CharList. |
|
| Method Summary | |
|---|---|
protected CharList |
getCharList()
|
| 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 NonSerializableCharListList(CharList list)
List wrapping
the specified CharList.
| Method Detail |
|---|
protected CharList getCharList()
getCharList in class AbstractCharListList
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||