Uses of Class
org.apache.commons.collections.list.AbstractListDecorator
Packages that use AbstractListDecorator
-
Uses of AbstractListDecorator in org.apache.commons.collections.list
Subclasses of AbstractListDecorator in org.apache.commons.collections.listModifier and TypeClassDescriptionclassSerializable subclass of AbstractListDecorator.classDecorates 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.