Uses of Class
net.obsearch.index.ghs.FixedPriorityQueue

Packages that use FixedPriorityQueue
net.obsearch.index.ghs   
net.obsearch.index.perm   
net.obsearch.index.sorter   
 

Uses of FixedPriorityQueue in net.obsearch.index.ghs
 

Methods in net.obsearch.index.ghs with parameters of type FixedPriorityQueue
protected  void AbstractSketch64.updateDistance(SketchProjection query, CBitVector proj, FixedPriorityQueue<SketchProjection> queue)
           
 

Uses of FixedPriorityQueue in net.obsearch.index.perm
 

Methods in net.obsearch.index.perm with parameters of type FixedPriorityQueue
protected  void AbstractDistPerm.updateDistance(PermProjection query, CompactPerm proj, FixedPriorityQueue<PermProjection> queue)
           
 

Uses of FixedPriorityQueue in net.obsearch.index.sorter
 

Methods in net.obsearch.index.sorter with parameters of type FixedPriorityQueue
protected abstract  void AbstractBucketSorter.updateDistance(P query, CP proj, FixedPriorityQueue<P> queue)
          Calculates the distance between a query and some projection
 



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