Uses of Class
org.apache.commons.collections4.bag.AbstractBagDecorator
-
Packages that use AbstractBagDecorator Package Description org.apache.commons.collections4.bag -
-
Uses of AbstractBagDecorator in org.apache.commons.collections4.bag
Subclasses of AbstractBagDecorator in org.apache.commons.collections4.bag Modifier and Type Class Description classAbstractSortedBagDecorator<E>Decorates anotherSortedBagto provide additional behaviour.classCollectionBag<E>Decorates anotherBagto comply with the Collection contract.classCollectionSortedBag<E>Decorates anotherSortedBagto comply with the Collection contract.classUnmodifiableBag<E>Decorates anotherBagto ensure it can't be altered.classUnmodifiableSortedBag<E>Decorates anotherSortedBagto ensure it can't be altered.
-