org.apache.commons.collections.list
Class AbstractSerializableListDecorator
- Collection, List, Serializable
public abstract class AbstractSerializableListDecorator
implements Serializable
Serializable subclass of AbstractListDecorator.
add , addAll , get , getList , indexOf , lastIndexOf , listIterator , listIterator , remove , set , subList |
add , addAll , clear , contains , containsAll , equals , getCollection , hashCode , isEmpty , iterator , remove , removeAll , retainAll , size , toArray , toArray , toString |
AbstractSerializableListDecorator
protected AbstractSerializableListDecorator(List list)
Constructor.
Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.