Uses of Interface
messif.buckets.storage.IntStorageSearch

Packages that use IntStorageSearch
messif.buckets.storage Bucket physical storage support. 
messif.buckets.storage.impl Implementations of physical bucket storage. 
 

Uses of IntStorageSearch in messif.buckets.storage
 

Methods in messif.buckets.storage that return IntStorageSearch
 IntStorageSearch<T> IntStorageIndexed.search()
           
<C> IntStorageSearch<T>
IntStorageIndexed.search(IndexComparator<? super C,? super T> comparator, C key)
           
<C> IntStorageSearch<T>
IntStorageIndexed.search(IndexComparator<? super C,? super T> comparator, C from, C to)
           
<C> IntStorageSearch<T>
IntStorageIndexed.search(IndexComparator<? super C,? super T> comparator, java.util.Collection<? extends C> keys)
           
 

Uses of IntStorageSearch in messif.buckets.storage.impl
 

Methods in messif.buckets.storage.impl that return IntStorageSearch
 IntStorageSearch<T> DatabaseStorage.search()
           
 IntStorageSearch<T> MemoryStorage.search()
           
<C> IntStorageSearch<T>
DatabaseStorage.search(IndexComparator<? super C,? super T> comparator, C key)
           
<C> IntStorageSearch<T>
MemoryStorage.search(IndexComparator<? super C,? super T> comparator, C key)
           
<C> IntStorageSearch<T>
DatabaseStorage.search(IndexComparator<? super C,? super T> comparator, C from, C to)
           
<C> IntStorageSearch<T>
MemoryStorage.search(IndexComparator<? super C,? super T> comparator, C from, C to)
           
<C> IntStorageSearch<T>
DatabaseStorage.search(IndexComparator<? super C,? super T> comparator, java.util.Collection<? extends C> keys)
           
<C> IntStorageSearch<T>
MemoryStorage.search(IndexComparator<? super C,? super T> comparator, java.util.Collection<? extends C> keys)