|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractBagDecorator | |
---|---|
org.apache.commons.collections.bag |
This package contains implementations of the
Bag and
SortedBag interfaces. |
Uses of AbstractBagDecorator in org.apache.commons.collections.bag |
---|
Subclasses of AbstractBagDecorator in org.apache.commons.collections.bag | |
---|---|
class |
AbstractSortedBagDecorator<E>
Decorates another SortedBag to provide additional behaviour. |
class |
UnmodifiableBag<E>
Decorates another Bag to ensure it can't be altered. |
class |
UnmodifiableSortedBag<E>
Decorates another SortedBag to ensure it can't be altered. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |