Uses of Interface
goldman.collection.tagged.bucket.TaggedBucketCollection

Packages that use TaggedBucketCollection
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. 
 

Uses of TaggedBucketCollection in goldman.collection.tagged.bucket
 

Classes in goldman.collection.tagged.bucket that implement TaggedBucketCollection
 class 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.