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