Uses of Interface
net.obsearch.pivots.IncrementalPairPivotSelector

Packages that use IncrementalPairPivotSelector
net.obsearch.index.ghs   
net.obsearch.index.ghs.impl   
net.obsearch.pivots.rf02   
net.obsearch.pivots.rf03   
net.obsearch.pivots.rf04   
net.obsearch.pivots.rf04.impl   
 

Uses of IncrementalPairPivotSelector in net.obsearch.index.ghs
 

Fields in net.obsearch.index.ghs declared as IncrementalPairPivotSelector
protected  IncrementalPairPivotSelector<O> AbstractSketch64.maskPivotSelector
          Pivot selector for the masks.
 

Constructors in net.obsearch.index.ghs with parameters of type IncrementalPairPivotSelector
AbstractSketch64(Class<O> type, IncrementalPairPivotSelector<O> pivotSelector, int m, int bucketPivotCount)
           
 

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

Constructors in net.obsearch.index.ghs.impl with parameters of type IncrementalPairPivotSelector
Sketch64Byte(Class<O> type, IncrementalPairPivotSelector<O> pivotSelector, int m)
          Create a new Sketch64Byte with m bytes.
Sketch64Double(Class<O> type, IncrementalPairPivotSelector<O> pivotSelector, int m)
          Create a new Sketch64Double with m bytes.
Sketch64Float(Class<O> type, IncrementalPairPivotSelector<O> pivotSelector, int m)
          Create a new Sketch64Float with m bytes.
Sketch64Int(Class<O> type, IncrementalPairPivotSelector<O> pivotSelector, int m)
          Create a new Sketch64Int with m bytes.
Sketch64Long(Class<O> type, IncrementalPairPivotSelector<O> pivotSelector, int m)
          Create a new Sketch64Long with m bytes.
Sketch64Short(Class<O> type, IncrementalPairPivotSelector<O> pivotSelector, int m)
          Create a new Sketch64Short with m bytes.
 

Uses of IncrementalPairPivotSelector in net.obsearch.pivots.rf02
 

Classes in net.obsearch.pivots.rf02 that implement IncrementalPairPivotSelector
 class AbstractIncrementalRF02<O extends OB>
          Select pairs of pivots.
 class RF02PivotSelectorFloat<O extends OBFloat>
           
 class RF02PivotSelectorShort<O extends OBShort>
           
 

Uses of IncrementalPairPivotSelector in net.obsearch.pivots.rf03
 

Classes in net.obsearch.pivots.rf03 that implement IncrementalPairPivotSelector
 class AbstractIncrementalRF03<O extends OB>
          Select pairs of pivots.
 class RF03PivotSelectorFloat<O extends OBFloat>
           
 class RF03PivotSelectorLong<O extends OBLong>
           
 class RF03PivotSelectorShort<O extends OBShort>
           
 

Uses of IncrementalPairPivotSelector in net.obsearch.pivots.rf04
 

Classes in net.obsearch.pivots.rf04 that implement IncrementalPairPivotSelector
 class AbstractIncrementalRF04<O extends OB>
          Select pairs of pivots.
 class RF04PivotSelectorFloat<O extends OBFloat>
           
 class RF04PivotSelectorInt<O extends OBInt>
           
 class RF04PivotSelectorShort<O extends OBShort>
           
 

Uses of IncrementalPairPivotSelector in net.obsearch.pivots.rf04.impl
 

Classes in net.obsearch.pivots.rf04.impl that implement IncrementalPairPivotSelector
 class RF04PivotSelectorByte<O extends OBByte>
           
 class RF04PivotSelectorDouble<O extends OBDouble>
           
 class RF04PivotSelectorLong<O extends OBLong>
           
 



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