Uses of Class
net.obsearch.storage.TupleInt

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

Uses of TupleInt in net.obsearch.storage
 

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

Uses of TupleInt in net.obsearch.storage.bdb
 

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



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