Uses of Interface
messif.buckets.index.OrderedIndex

Packages that use OrderedIndex
messif.buckets Storage classes capable of holding objects
messif.buckets.index Bucket indexes for improved access. 
messif.buckets.index.impl Implementation of bucket indexes. 
 

Uses of OrderedIndex in messif.buckets
 

Methods in messif.buckets that return OrderedIndex
 OrderedIndex<C,LocalAbstractObject> OrderedLocalBucket.getIndex()
           
 

Uses of OrderedIndex in messif.buckets.index
 

Subinterfaces of OrderedIndex in messif.buckets.index
 interface ModifiableOrderedIndex<C,T>
          Defines a modifiable ordered index interface on objects.
 

Uses of OrderedIndex in messif.buckets.index.impl
 

Classes in messif.buckets.index.impl that implement OrderedIndex
 class AbstractArrayIndex<K,T>
          Implementation of index that stores the indexed data in a sorted array.
 class AddressStorageIndex<K,T>
          Implementation of a single index over generic storage.
 class IntStorageIndex<K,T>
          Implementation of a single index over a storage with integer addresses.
 class LongStorageIndex<K,T>
          Implementation of a single index over a storage with long addresses.
 class LongStorageMemoryIndex<K,T>
          Implementation of disk (long) index that stores the indexed data in a sorted array and keeps the keys to be compared always in memory.