Package | Description |
---|---|
org.apache.commons.collections.bag |
Class and Description |
---|
AbstractBagDecorator
Decorates another
Bag to provide additional behaviour. |
AbstractMapBag
Abstract implementation of the
Bag interface to simplify the creation
of subclass implementations. |
AbstractSortedBagDecorator
Decorates another
SortedBag to provide additional behaviour. |
PredicatedBag
Decorates another
Bag to validate that additions
match a specified predicate. |
SynchronizedBag
Decorates another
Bag to synchronize its behaviour
for a multi-threaded environment. |
TransformedBag
Decorates another
Bag to transform objects that are added. |
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.