Uses of Class
net.obsearch.index.bucket.impl.BucketObjectDouble

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

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

Classes in net.obsearch.index.bucket.impl with type parameters of type BucketObjectDouble
 class AbstractBucketContainerDouble<O extends OBDouble,B extends BucketObjectDouble>
          AbstractBucketContainerDouble Holds the functionality of a bucket that sorts its smap-vectors lexicographically.
 

Methods in net.obsearch.index.bucket.impl that return BucketObjectDouble
protected  BucketObjectDouble[] BucketContainerDouble.instantiateArray(int size)
           
protected  BucketObjectDouble BucketContainerDouble.instantiateBucketObject()
           
 

Methods in net.obsearch.index.bucket.impl with parameters of type BucketObjectDouble
 int BucketObjectDouble.compareTo(BucketObjectDouble o)
           
 double BucketObjectDouble.lInf(BucketObjectDouble b)
          Execute l-inf between this object and b.
 

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

Methods in net.obsearch.index.bucket.sleek that return types with arguments of type BucketObjectDouble
 List<BucketObjectDouble<O>> SleekBucketDouble.getObjects()
           
 

Methods in net.obsearch.index.bucket.sleek with parameters of type BucketObjectDouble
 net.obsearch.OperationStatus SleekBucketDouble.delete(BucketObjectDouble<O> bucket, O object)
           
 net.obsearch.OperationStatus SleekBucketDouble.exists(BucketObjectDouble<O> bucket, O object)
           
 net.obsearch.OperationStatus SleekBucketDouble.insert(BucketObjectDouble<O> bucket, O object)
           
 net.obsearch.OperationStatus SleekBucketDouble.insertBulk(BucketObjectDouble<O> bucket, O object)
           
 void SleekBucketDouble.search(net.obsearch.query.AbstractOBQuery<O> q, BucketObjectDouble<O> bucket, net.obsearch.filter.Filter<O> filter, net.obsearch.stats.Statistics stats)
           
 void SleekBucketDouble.search(OBQueryDouble<O> query, BucketObjectDouble<O> bucket, ByteBuffer b, net.obsearch.filter.Filter<O> filter, net.obsearch.stats.Statistics stats)
           
 void SleekBucketDouble.search(OBQueryDouble<O> query, BucketObjectDouble<O> bucket, net.obsearch.filter.Filter<O> filter, net.obsearch.stats.Statistics stats)
           
 

Uses of BucketObjectDouble in net.obsearch.index.ghs.impl
 

Methods in net.obsearch.index.ghs.impl that return BucketObjectDouble
 BucketObjectDouble<O> Sketch64Double.getBucket(O object)
           
 

Methods in net.obsearch.index.ghs.impl with parameters of type BucketObjectDouble
 net.obsearch.index.ghs.SketchProjection Sketch64Double.getProjection(BucketObjectDouble<O> bucket)
          Compute the sketch for the given object.
 

Uses of BucketObjectDouble in net.obsearch.index.perm.impl
 

Methods in net.obsearch.index.perm.impl that return BucketObjectDouble
 BucketObjectDouble<O> DistPermDouble.getBucket(O object)
           
 

Methods in net.obsearch.index.perm.impl with parameters of type BucketObjectDouble
protected  net.obsearch.index.perm.PermProjection DistPermDouble.getProjection(BucketObjectDouble<O> b)
           
 



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