Uses of Class
net.obsearch.storage.TupleFloat

Packages that use TupleFloat
net.obsearch.storage   
net.obsearch.storage.bdb   
 

Uses of TupleFloat in net.obsearch.storage
 

Methods in net.obsearch.storage that return types with arguments of type TupleFloat
 CloseIterator<TupleFloat> OBStoreFloat.processRange(float low, float high)
          Process the given range of items (from low to high), including low and high.
 CloseIterator<TupleFloat> OBStoreFloat.processRangeReverse(float low, float high)
          Process the given range of items (from high to low), including low and high.
 

Uses of TupleFloat in net.obsearch.storage.bdb
 

Methods in net.obsearch.storage.bdb that return types with arguments of type TupleFloat
 CloseIterator<TupleFloat> BDBOBStoreJeFloat.processAll()
           
 CloseIterator<TupleFloat> BDBOBStoreJeFloat.processRange(float low, float high)
           
 CloseIterator<TupleFloat> BDBOBStoreJeFloat.processRangeNoDup(float low, float high)
           
 CloseIterator<TupleFloat> BDBOBStoreJeFloat.processRangeReverse(float low, float high)
           
 CloseIterator<TupleFloat> BDBOBStoreJeFloat.processRangeReverseNoDup(float low, float high)
           
 



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