Uses of Class
messif.utility.SortedArrayData

Packages that use SortedArrayData
messif.buckets.index.impl Implementation of bucket indexes. 
messif.objects.util Various utilities for working with collections of objects. 
messif.utility Various utilities that does not fit anywhere else including a main class for executing batch files. 
 

Uses of SortedArrayData in messif.buckets.index.impl
 

Subclasses of SortedArrayData in messif.buckets.index.impl
 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.
 

Uses of SortedArrayData in messif.objects.util
 

Subclasses of SortedArrayData in messif.objects.util
 class DoubleSortedCollection
          This class resorts the ranked objects according to new distances (returned by method implemented in the child classes).
 class RankedSortedCollection
          Specialization of SortedCollection that is specific for distance-ranked objects.
 

Uses of SortedArrayData in messif.utility
 

Subclasses of SortedArrayData in messif.utility
 class SortedCollection<T>
          Implementation of a sorted collection.