Uses of Interface
net.obsearch.index.bucket.BucketContainer

Packages that use BucketContainer
net.obsearch.index.bucket   
net.obsearch.index.bucket.impl   
net.obsearch.index.bucket.sleek   
net.obsearch.index.ghs   
net.obsearch.index.perm   
net.obsearch.index.sorter   
 

Uses of BucketContainer in net.obsearch.index.bucket
 

Classes in net.obsearch.index.bucket with type parameters of type BucketContainer
 class AbstractBucketIndex<O extends OB,B extends BucketObject,Q,BC extends BucketContainer<O,B,Q>>
           
 

Uses of BucketContainer in net.obsearch.index.bucket.impl
 

Classes in net.obsearch.index.bucket.impl that implement BucketContainer
 class AbstractBucketContainerByte<O extends OBByte,B extends BucketObjectByte>
          AbstractBucketContainerByte Holds the functionality of a bucket that sorts its smap-vectors lexicographically.
 class AbstractBucketContainerDouble<O extends OBDouble,B extends BucketObjectDouble>
          AbstractBucketContainerDouble Holds the functionality of a bucket that sorts its smap-vectors lexicographically.
 class AbstractBucketContainerFloat<O extends OBFloat,B extends BucketObjectFloat>
          AbstractBucketContainerFloat Holds the functionality of a bucket that sorts its smap-vectors lexicographically.
 class AbstractBucketContainerInt<O extends OBInt,B extends BucketObjectInt>
          AbstractBucketContainerInt Holds the functionality of a bucket that sorts its smap-vectors lexicographically.
 class AbstractBucketContainerLong<O extends OBLong,B extends BucketObjectLong>
          AbstractBucketContainerLong Holds the functionality of a bucket that sorts its smap-vectors lexicographically.
 class AbstractBucketContainerShort<O extends OBShort,B extends BucketObjectShort>
          AbstractBucketContainerShort Holds the functionality of a bucket that sorts its smap-vectors lexicographically.
 class BucketContainerByte<O extends OBByte>
          BucketContainer is a dummy class that is used to directly inherit the functionality from AbstractBucketContainerByte.
 class BucketContainerDouble<O extends OBDouble>
          BucketContainer is a dummy class that is used to directly inherit the functionality from AbstractBucketContainerDouble.
 class BucketContainerFloat<O extends OBFloat>
          BucketContainer is a dummy class that is used to directly inherit the functionality from AbstractBucketContainerFloat.
 class BucketContainerInt<O extends OBInt>
          BucketContainer is a dummy class that is used to directly inherit the functionality from AbstractBucketContainerInt.
 class BucketContainerLong<O extends OBLong>
          BucketContainer is a dummy class that is used to directly inherit the functionality from AbstractBucketContainerLong.
 class BucketContainerShort<O extends OBShort>
          BucketContainer is a dummy class that is used to directly inherit the functionality from AbstractBucketContainerShort.
 

Uses of BucketContainer in net.obsearch.index.bucket.sleek
 

Classes in net.obsearch.index.bucket.sleek that implement BucketContainer
 class SleekBucketByte<O extends OBByte>
          AbstractSleekBucket is designed to hold objects that belong to one bucket.
 class SleekBucketDouble<O extends OBDouble>
          AbstractSleekBucket is designed to hold objects that belong to one bucket.
 class SleekBucketFloat<O extends OBFloat>
          AbstractSleekBucket is designed to hold objects that belong to one bucket.
 class SleekBucketInt<O extends OBInt>
          AbstractSleekBucket is designed to hold objects that belong to one bucket.
 class SleekBucketLong<O extends OBLong>
          AbstractSleekBucket is designed to hold objects that belong to one bucket.
 class SleekBucketShort<O extends OBShort>
          AbstractSleekBucket is designed to hold objects that belong to one bucket.
 

Uses of BucketContainer in net.obsearch.index.ghs
 

Classes in net.obsearch.index.ghs with type parameters of type BucketContainer
 class AbstractSketch64<O extends OB,B extends BucketObject<O>,Q,BC extends BucketContainer<O,B,Q>>
          AbstractSketch64 encapsulates functionality common to a Sketch.
 

Uses of BucketContainer in net.obsearch.index.perm
 

Classes in net.obsearch.index.perm with type parameters of type BucketContainer
 class AbstractDistancePermutations<O extends OB,B extends BucketObject<O>,Q,BC extends BucketContainer<O,B,Q>>
           
 class AbstractDistPerm<O extends OB,B extends BucketObject<O>,Q,BC extends BucketContainer<O,B,Q>>
           
 

Uses of BucketContainer in net.obsearch.index.sorter
 

Classes in net.obsearch.index.sorter with type parameters of type BucketContainer
 class AbstractBucketSorter<O extends OB,B extends BucketObject<O>,Q,BC extends BucketContainer<O,B,Q>,P extends Projection<P,CP>,CP>
           
 



Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.