Uses of Class
net.obsearch.result.OBPriorityQueueByte

Packages that use OBPriorityQueueByte
net.obsearch.index   
net.obsearch.index.ghs.impl   
net.obsearch.index.perm.impl   
net.obsearch.query   
 

Uses of OBPriorityQueueByte in net.obsearch.index
 

Methods in net.obsearch.index with parameters of type OBPriorityQueueByte
 void IndexByte.searchOB(O object, byte r, Filter<O> filter, OBPriorityQueueByte<O> result)
          Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object".
 void IndexByte.searchOB(O object, byte r, OBPriorityQueueByte<O> result)
          Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object".
 void TestFrameworkByte.searchSequential(O o, OBPriorityQueueByte<O> result, IndexByte<O> index, byte range)
          Sequential search.
 

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

Methods in net.obsearch.index.ghs.impl with parameters of type OBPriorityQueueByte
 void Sketch64Byte.searchOB(O object, byte r, Filter<O> filter, OBPriorityQueueByte<O> result)
           
 void Sketch64Byte.searchOB(O object, byte r, OBPriorityQueueByte<O> result)
           
 

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

Methods in net.obsearch.index.perm.impl with parameters of type OBPriorityQueueByte
 void DistPermByte.searchOB(O object, byte r, Filter<O> filter, OBPriorityQueueByte<O> result)
           
 void DistPermByte.searchOB(O object, byte r, OBPriorityQueueByte<O> result)
           
 

Uses of OBPriorityQueueByte in net.obsearch.query
 

Fields in net.obsearch.query declared as OBPriorityQueueByte
protected  OBPriorityQueueByte<O> OBQueryByte.result
          Holds the results for the query.
 

Methods in net.obsearch.query that return OBPriorityQueueByte
 OBPriorityQueueByte<O> OBQueryByte.getResult()
           
 

Methods in net.obsearch.query with parameters of type OBPriorityQueueByte
 void OBQueryByte.setResult(OBPriorityQueueByte<O> result)
          Set the results of the matching to a new object.
 

Constructors in net.obsearch.query with parameters of type OBPriorityQueueByte
OBQueryByte(O object, byte range, OBPriorityQueueByte<O> result)
          Creates a new OBQueryByte object.
OBQueryByte(O object, byte range, OBPriorityQueueByte<O> result, byte[] smap)
          Creates a new OBQueryByte object.
OBQueryByte(O object, OBPriorityQueueByte<O> result)
           
 



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