Uses of Interface
messif.buckets.Removable

Packages that use Removable
messif.buckets Storage classes capable of holding objects
messif.buckets.index Bucket indexes for improved access. 
messif.buckets.storage Bucket physical storage support. 
 

Uses of Removable in messif.buckets
 

Methods in messif.buckets with parameters of type Removable
protected  void LocalBucket.deleteObject(Removable<LocalAbstractObject> removable)
          Check if the object can be deleted from this bucket.
 

Uses of Removable in messif.buckets.index
 

Subinterfaces of Removable in messif.buckets.index
 interface ModifiableSearch<T>
          Represents a modifiable search.
 

Uses of Removable in messif.buckets.storage
 

Subinterfaces of Removable in messif.buckets.storage
 interface IntStorageSearch<T>
          This interface represents a ModifiableSearch that supports getting IntStorage's address of the found object.
 interface LongStorageSearch<T>
          This interface represents a ModifiableSearch that supports getting LongStorage's address of the found object.
 interface StorageSearch<T>
          This interface represents a ModifiableSearch that supports getting Storage's address of the found object.