Uses of Interface
goldman.collection.Quantizer

Packages that use Quantizer
goldman.collection The Collection interface contains the operations that must be supported by all data structures that maintain a collection of elements. 
 

Uses of Quantizer in goldman.collection
 

Constructors in goldman.collection with parameters of type Quantizer
DefaultBucketizer(Collection<T> coll, Quantizer<? super T> quantizer)