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 TypeClassDescriptionclass
Decorates anotherBag
to provide additional behaviour.class
Decorates anotherSortedBag
to provide additional behaviour.class
Decorates anotherBag
to validate that additions match a specified predicate.class
Decorates anotherSortedBag
to validate that additions match a specified predicate.class
Decorates anotherBag
to transform objects that are added.class
Decorates anotherSortedBag
to transform objects that are added.final class
Decorates anotherBag
to ensure it can't be altered.final class
Decorates anotherSortedBag
to 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 class
Inner class EntrySet.protected static class
Inner class KeySet.protected static class
Inner class Values.protected static class
Inner class View. -
Uses of AbstractCollectionDecorator in org.apache.commons.collections.buffer
Subclasses of AbstractCollectionDecorator in org.apache.commons.collections.bufferModifier and TypeClassDescriptionclass
Decorates anotherBuffer
to provide additional behaviour.class
Decorates anotherBuffer
to validate that additions match a specified predicate.class
Decorates anotherBuffer
to transform objects that are added.final class
Decorates anotherBuffer
to 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 TypeClassDescriptionclass
Serializable subclass of AbstractCollectionDecorator.class
Decorates anotherCollection
to validate that additions match a specified predicate.class
Decorates anotherCollection
to transform objects that are added.final class
UnmodifiableBoundedCollection
decorates anotherBoundedCollection
to ensure it can't be altered.final class
Decorates anotherCollection
to 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 TypeClassDescriptionclass
Decorates anotherList
to provide additional behaviour.class
Serializable subclass of AbstractListDecorator.class
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 anotherList
to validate that all additions match a specified predicate.class
Decorates aList
to ensure that no duplicates are present much like aSet
.class
Decorates anotherList
to transform objects that are added.final class
Decorates anotherList
to 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 TypeClassDescriptionfinal class
Decorates a map entrySet
to 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 TypeClassDescriptionclass
Serializable subclass of AbstractSetDecorator.class
Decorates anotherSet
to provide additional behaviour.class
Decorates anotherSortedSet
to provide additional behaviour.class
Decorates anotherSet
to ensure that the order of addition is retained and used by the iterator.class
Decorates anotherSet
to validate that all additions match a specified predicate.class
Decorates anotherSortedSet
to validate that all additions match a specified predicate.class
Decorates anotherSet
to transform objects that are added.class
Decorates anotherSortedSet
to transform objects that are added.final class
Decorates anotherSet
to ensure it can't be altered.final class
Decorates anotherSortedSet
to ensure it can't be altered.