Uses of Interface
messif.buckets.storage.Address

Packages that use Address
messif.buckets.storage Bucket physical storage support. 
 

Uses of Address in messif.buckets.storage
 

Classes in messif.buckets.storage that implement Address
 class IntAddress<T>
          Implementation of Address for a storage that uses int addresses.
 class LongAddress<T>
          Implementation of Address for a storage that uses long addresses.
 

Methods in messif.buckets.storage that return Address
 Address<T> StorageSearch.getCurrentObjectAddress()
          Returns the address of the object found by the last search.
 Address<T> Storage.store(T object)
          Stores an object in this storage.