Package goldman.collection.tagged.bucket

A tagged bucket collection holds tagged elements in which each tag is associated with a bucket holding all elements with that tag.

See:
          Description

Interface Summary
BucketFactory<E> A bucket factory is used by a tagged bucket collection to create a new bucket for each newly added tag.
TaggedBucketCollection<T,E> In a tagged bucket collection, the elements are bucketed into sets based on their tags.
 

Class Summary
TaggedBucketCollectionWrapper<T,E> The tagged bucket wrapper is implemented as a wrapper for any tagged collection, where each tag is placed in the wrapped collection only once, and the associated element for each tag is a bucket object of any collection type.
 

Package goldman.collection.tagged.bucket Description

A tagged bucket collection holds tagged elements in which each tag is associated with a bucket holding all elements with that tag.