Uses of Class
org.apache.commons.collections4.collection.AbstractCollectionDecorator
Packages that use AbstractCollectionDecorator
Package
Description
Implementations of the
Collection
interface.Implements the
List
interface.Implements the
MultiSet
interface.Implements the
Queue
interface.-
Uses of AbstractCollectionDecorator in org.apache.commons.collections4.bag
Subclasses of AbstractCollectionDecorator in org.apache.commons.collections4.bagModifier and TypeClassDescriptionclass
Decorates anotherBag
to provide additional behavior.class
Decorates anotherSortedBag
to provide additional behavior.final class
Decorates anotherBag
to comply with the Collection contract.final class
Decorates anotherSortedBag
to comply with the Collection contract.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.collections4.bidimap
Subclasses of AbstractCollectionDecorator in org.apache.commons.collections4.bidimapModifier and TypeClassDescriptionprotected static class
Inner class EntrySet.protected static class
Inner class KeySet.protected static class
Inner class Values.protected static class
AbstractDualBidiMap.View<K,
V, E> Inner class View. -
Uses of AbstractCollectionDecorator in org.apache.commons.collections4.collection
Subclasses of AbstractCollectionDecorator in org.apache.commons.collections4.collectionModifier and TypeClassDescriptionclass
IndexedCollection<K,
C> An IndexedCollection is a Map-like view onto a Collection.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.collections4.list
Subclasses of AbstractCollectionDecorator in org.apache.commons.collections4.listModifier and TypeClassDescriptionclass
Decorates anotherList
to provide additional behavior.class
Serializable subclass of AbstractListDecorator.class
Decorates anotherList
to fix the size preventing add/remove.class
GrowthList<E>
Decorates anotherList
to make it seamlessly grow when indices larger than the list size are used on add and set, avoiding most IndexOutOfBoundsExceptions.class
LazyList<E>
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.collections4.map
Subclasses of AbstractCollectionDecorator in org.apache.commons.collections4.mapModifier and TypeClassDescriptionfinal class
UnmodifiableEntrySet<K,
V> Decorates a map entrySet
to ensure it can't be altered. -
Uses of AbstractCollectionDecorator in org.apache.commons.collections4.multiset
Subclasses of AbstractCollectionDecorator in org.apache.commons.collections4.multiset -
Uses of AbstractCollectionDecorator in org.apache.commons.collections4.queue
Subclasses of AbstractCollectionDecorator in org.apache.commons.collections4.queueModifier and TypeClassDescriptionclass
Decorates anotherQueue
to provide additional behavior.class
Decorates anotherQueue
to validate that additions match a specified predicate.class
Decorates anotherQueue
to transform objects that are added.final class
Decorates anotherQueue
to ensure it can't be altered. -
Uses of AbstractCollectionDecorator in org.apache.commons.collections4.set
Subclasses of AbstractCollectionDecorator in org.apache.commons.collections4.setModifier and TypeClassDescriptionclass
Decorates anotherNavigableSet
to provide additional behavior.class
Serializable subclass of AbstractSetDecorator.class
Decorates anotherSet
to provide additional behavior.class
Decorates anotherSortedSet
to provide additional behavior.class
Decorates anotherSet
to ensure that the order of addition is retained and used by the iterator.class
Decorates anotherNavigableSet
to validate that all additions match a specified predicate.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 anotherNavigableSet
to transform objects that are added.class
Decorates anotherSet
to transform objects that are added.class
Decorates anotherSortedSet
to transform objects that are added.final class
Decorates anotherNavigableSet
to ensure it can't be altered.final class
Decorates anotherSet
to ensure it can't be altered.final class
Decorates anotherSortedSet
to ensure it can't be altered.