|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.collections15.collection.AbstractCollectionDecorator<E> net.sf.collections15.list.AbstractListDecorator<E> net.sf.collections15.list.AbstractSerializableListDecorator<E>
public abstract class AbstractSerializableListDecorator<E>
Serializable subclass of AbstractListDecorator
.
Field Summary |
---|
Fields inherited from class net.sf.collections15.collection.AbstractCollectionDecorator |
---|
collection |
Constructor Summary | |
---|---|
protected |
AbstractSerializableListDecorator(java.util.List<E> list)
Constructor. |
Method Summary |
---|
Methods inherited from class net.sf.collections15.list.AbstractListDecorator |
---|
add, addAll, get, getList, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList |
Methods inherited from class net.sf.collections15.collection.AbstractCollectionDecorator |
---|
add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, 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, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Constructor Detail |
---|
protected AbstractSerializableListDecorator(java.util.List<E> list)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |