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

Packages that use BucketFactory
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 BucketFactory in goldman.collection.tagged.bucket
 

Fields in goldman.collection.tagged.bucket declared as BucketFactory
protected  BucketFactory<E> TaggedBucketCollectionWrapper.factory
           
 

Constructors in goldman.collection.tagged.bucket with parameters of type BucketFactory
TaggedBucketCollectionWrapper(TaggedCollection<T,Collection<E>> tc, BucketFactory<E> factory)