Uses of Class
net.obsearch.storage.TupleByte

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

Uses of TupleByte in net.obsearch.storage
 

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

Uses of TupleByte in net.obsearch.storage.bdb
 

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



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