Uses of Class
org.apache.commons.collections.collection.AbstractCollectionDecorator
Packages that use AbstractCollectionDecorator
Package
Description
This package contains implementations of the
Buffer interface.
This package contains implementations of the
Collection interface.
This package contains implementations of the
List interface.-
Uses of AbstractCollectionDecorator in org.apache.commons.collections.bag
Subclasses of AbstractCollectionDecorator in org.apache.commons.collections.bagModifier and TypeClassDescriptionclassDecorates anotherBagto provide additional behaviour.classDecorates anotherSortedBagto provide additional behaviour.classDecorates anotherBagto validate that additions match a specified predicate.classDecorates anotherSortedBagto validate that additions match a specified predicate.classDecorates anotherBagto transform objects that are added.classDecorates anotherSortedBagto transform objects that are added.final classDecorates anotherBagto ensure it can't be altered.final classDecorates anotherSortedBagto ensure it can't be altered. -
Uses of AbstractCollectionDecorator in org.apache.commons.collections.bidimap
Subclasses of AbstractCollectionDecorator in org.apache.commons.collections.bidimapModifier and TypeClassDescriptionprotected static classInner class EntrySet.protected static classInner class KeySet.protected static classInner class Values.protected static classInner class View. -
Uses of AbstractCollectionDecorator in org.apache.commons.collections.buffer
Subclasses of AbstractCollectionDecorator in org.apache.commons.collections.bufferModifier and TypeClassDescriptionclassDecorates anotherBufferto provide additional behaviour.classDecorates anotherBufferto validate that additions match a specified predicate.classDecorates anotherBufferto transform objects that are added.final classDecorates anotherBufferto ensure it can't be altered. -
Uses of AbstractCollectionDecorator in org.apache.commons.collections.collection
Subclasses of AbstractCollectionDecorator in org.apache.commons.collections.collectionModifier and TypeClassDescriptionclassSerializable subclass of AbstractCollectionDecorator.classDecorates anotherCollectionto validate that additions match a specified predicate.classDecorates anotherCollectionto transform objects that are added.final classUnmodifiableBoundedCollectiondecorates anotherBoundedCollectionto ensure it can't be altered.final classDecorates anotherCollectionto ensure it can't be altered. -
Uses of AbstractCollectionDecorator in org.apache.commons.collections.list
Subclasses of AbstractCollectionDecorator in org.apache.commons.collections.listModifier and TypeClassDescriptionclassDecorates anotherListto provide additional behaviour.classSerializable 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 anotherListto validate that all additions match a specified predicate.classDecorates aListto ensure that no duplicates are present much like aSet.classDecorates anotherListto transform objects that are added.final classDecorates anotherListto ensure it can't be altered. -
Uses of AbstractCollectionDecorator in org.apache.commons.collections.map
Subclasses of AbstractCollectionDecorator in org.apache.commons.collections.mapModifier and TypeClassDescription(package private) static classImplementation of an entry set that checks additions via setValue.final classDecorates a map entrySetto ensure it can't be altered. -
Uses of AbstractCollectionDecorator in org.apache.commons.collections.set
Subclasses of AbstractCollectionDecorator in org.apache.commons.collections.setModifier and TypeClassDescriptionclassSerializable subclass of AbstractSetDecorator.classDecorates anotherSetto provide additional behaviour.classDecorates anotherSortedSetto provide additional behaviour.classDecorates anotherSetto ensure that the order of addition is retained and used by the iterator.classDecorates anotherSetto validate that all additions match a specified predicate.classDecorates anotherSortedSetto validate that all additions match a specified predicate.classDecorates anotherSetto transform objects that are added.classDecorates anotherSortedSetto transform objects that are added.final classDecorates anotherSetto ensure it can't be altered.final classDecorates anotherSortedSetto ensure it can't be altered.