Uses of Class
org.apache.commons.collections.list.AbstractSerializableListDecorator
Packages that use AbstractSerializableListDecorator
-
Uses of AbstractSerializableListDecorator in org.apache.commons.collections.list
Subclasses of AbstractSerializableListDecorator in org.apache.commons.collections.listModifier and TypeClassDescriptionclass
Decorates anotherList
to fix the size preventing add/remove.class
Decorates anotherList
to make it seamlessly grow when indices larger than the list size are used on add and set, avoiding most IndexOutOfBoundsExceptions.class
Decorates anotherList
to create objects in the list on demand.class
Decorates aList
to ensure that no duplicates are present much like aSet
.final class
Decorates anotherList
to ensure it can't be altered.