Package net.obsearch.index.bucket.impl

Class Summary
AbstractBucketContainerByte<O extends OBByte,B extends BucketObjectByte> AbstractBucketContainerByte Holds the functionality of a bucket that sorts its smap-vectors lexicographically.
AbstractBucketContainerDouble<O extends OBDouble,B extends BucketObjectDouble> AbstractBucketContainerDouble Holds the functionality of a bucket that sorts its smap-vectors lexicographically.
AbstractBucketContainerFloat<O extends OBFloat,B extends BucketObjectFloat> AbstractBucketContainerFloat Holds the functionality of a bucket that sorts its smap-vectors lexicographically.
AbstractBucketContainerInt<O extends OBInt,B extends BucketObjectInt> AbstractBucketContainerInt Holds the functionality of a bucket that sorts its smap-vectors lexicographically.
AbstractBucketContainerLong<O extends OBLong,B extends BucketObjectLong> AbstractBucketContainerLong Holds the functionality of a bucket that sorts its smap-vectors lexicographically.
AbstractBucketContainerShort<O extends OBShort,B extends BucketObjectShort> AbstractBucketContainerShort Holds the functionality of a bucket that sorts its smap-vectors lexicographically.
BucketContainerByte<O extends OBByte> BucketContainer is a dummy class that is used to directly inherit the functionality from AbstractBucketContainerByte.
BucketContainerDouble<O extends OBDouble> BucketContainer is a dummy class that is used to directly inherit the functionality from AbstractBucketContainerDouble.
BucketContainerFloat<O extends OBFloat> BucketContainer is a dummy class that is used to directly inherit the functionality from AbstractBucketContainerFloat.
BucketContainerInt<O extends OBInt> BucketContainer is a dummy class that is used to directly inherit the functionality from AbstractBucketContainerInt.
BucketContainerLong<O extends OBLong> BucketContainer is a dummy class that is used to directly inherit the functionality from AbstractBucketContainerLong.
BucketContainerShort<O extends OBShort> BucketContainer is a dummy class that is used to directly inherit the functionality from AbstractBucketContainerShort.
BucketObjectByte<O extends OBByte> BucketObjectByte extends BucketObject by adding an SMAP vector used to minimize the number of distance computations required per object.
BucketObjectDouble<O extends OBDouble> BucketObjectDouble extends BucketObject by adding an SMAP vector used to minimize the number of distance computations required per object.
BucketObjectFloat<O extends OBFloat> BucketObjectFloat extends BucketObject by adding an SMAP vector used to minimize the number of distance computations required per object.
BucketObjectInt<O extends OBInt> BucketObjectInt extends BucketObject by adding an SMAP vector used to minimize the number of distance computations required per object.
BucketObjectLong<O extends OBLong> BucketObjectLong extends BucketObject by adding an SMAP vector used to minimize the number of distance computations required per object.
BucketObjectShort<O extends OBShort> BucketObjectShort extends BucketObject by adding an SMAP vector used to minimize the number of distance computations required per object.
 



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