|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
|
|
IntStorageIndexed.search(IndexComparator<? super C,? super T> comparator,
C key)
|
|
|
IntStorageIndexed.search(IndexComparator<? super C,? super T> comparator,
C from,
C to)
|
|
|
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()
|
|
|
DatabaseStorage.search(IndexComparator<? super C,? super T> comparator,
C key)
|
|
|
MemoryStorage.search(IndexComparator<? super C,? super T> comparator,
C key)
|
|
|
DatabaseStorage.search(IndexComparator<? super C,? super T> comparator,
C from,
C to)
|
|
|
MemoryStorage.search(IndexComparator<? super C,? super T> comparator,
C from,
C to)
|
|
|
DatabaseStorage.search(IndexComparator<? super C,? super T> comparator,
java.util.Collection<? extends C> keys)
|
|
|
MemoryStorage.search(IndexComparator<? super C,? super T> comparator,
java.util.Collection<? extends C> keys)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |