Package org.apache.commons.collections.bag

This package contains implementations of the {@link org.apache.commons.collections.Bag Bag} and {@link org.apache.commons.collections.SortedBag SortedBag} interfaces.

See: Description

Package org.apache.commons.collections.bag Description:

This package contains implementations of the {@link org.apache.commons.collections.Bag Bag} and {@link org.apache.commons.collections.SortedBag SortedBag} interfaces. A bag stores an object and a count of the number of occurences of the object.

The following implementations are provided in the package:

The following decorators are provided in the package:

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.