Uses of Class
messif.buckets.index.impl.LongStorageMemoryIndex.KeyAddressPair

Packages that use LongStorageMemoryIndex.KeyAddressPair
messif.buckets.index.impl Implementation of bucket indexes. 
 

Uses of LongStorageMemoryIndex.KeyAddressPair in messif.buckets.index.impl
 

Methods in messif.buckets.index.impl that return LongStorageMemoryIndex.KeyAddressPair
protected  LongStorageMemoryIndex.KeyAddressPair<K> LongStorageMemoryIndex.get(int i)
           
 

Methods in messif.buckets.index.impl with parameters of type LongStorageMemoryIndex.KeyAddressPair
protected  int LongStorageMemoryIndex.compare(K key, LongStorageMemoryIndex.KeyAddressPair<K> object)