org.apache.commons.collections.primitives.adapters

Class NonSerializableCharListList

final class NonSerializableCharListList extends AbstractCharListList

Since: Commons Primitives 1.0

Version: $Revision: 1.3 $ $Date: 2003/10/16 20:49:38 $

Author: Rodney Waldhoff

Field Summary
CharList_list
Constructor Summary
NonSerializableCharListList(CharList list)
Creates a List List wrapping the specified CharList.
Method Summary
protected CharListgetCharList()

Field Detail

_list

private CharList _list

Constructor Detail

NonSerializableCharListList

public NonSerializableCharListList(CharList list)
Creates a List List wrapping the specified CharList.

Method Detail

getCharList

protected CharList getCharList()
Copyright (c) 2002-2003 - Apache Software Foundation