Uses of Class
org.apache.commons.collections.bag.AbstractBagDecorator
-
Packages that use AbstractBagDecorator Package Description org.apache.commons.collections.bag -
-
Uses of AbstractBagDecorator in org.apache.commons.collections.bag
Subclasses of AbstractBagDecorator in org.apache.commons.collections.bag Modifier and Type Class Description classAbstractSortedBagDecoratorDecorates anotherSortedBagto provide additional behaviour.classUnmodifiableBagDecorates anotherBagto ensure it can't be altered.classUnmodifiableSortedBagDecorates anotherSortedBagto ensure it can't be altered.
-