Uses of Class
messif.buckets.storage.IntAddress

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

Uses of IntAddress in messif.buckets.storage
 

Methods in messif.buckets.storage that return IntAddress
 IntAddress<T> IntStorageSearch.getCurrentObjectAddress()
           
 IntAddress<T> IntStorage.store(T object)
           
 

Uses of IntAddress in messif.buckets.storage.impl
 

Methods in messif.buckets.storage.impl that return IntAddress
 IntAddress<T> DatabaseStorage.store(T object)
           
 IntAddress<T> MemoryStorage.store(T object)