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 TypeClassDescriptionclassDecorates anotherListto fix the size preventing add/remove.classDecorates anotherListto make it seamlessly grow when indices larger than the list size are used on add and set, avoiding most IndexOutOfBoundsExceptions.classDecorates anotherListto create objects in the list on demand.classDecorates aListto ensure that no duplicates are present much like aSet.final classDecorates anotherListto ensure it can't be altered.