Uses of Package
messif.objects.util

Packages that use messif.objects.util
messif.algorithms.impl Implementation of basic search algorithms. 
messif.buckets Storage classes capable of holding objects
messif.buckets.index Bucket indexes for improved access. 
messif.buckets.split Bucket splitting support. 
messif.buckets.split.impl Implementation of various bucket splitting policies. 
messif.objects Metric data objects. 
messif.objects.extraction Support for object extraction. 
messif.objects.impl Implementation of basic data objects. 
messif.objects.util Various utilities for working with collections of objects. 
messif.objects.util.impl Implementation of simple function evaluator. 
messif.operations Generic classes for data manipulatioin and querying operations. 
messif.operations.data Implementation of data-manipulation operations. 
messif.operations.query Implementation of data querying operations. 
messif.pivotselection Support for selection of representative objects (pivots). 
 

Classes in messif.objects.util used by messif.algorithms.impl
AbstractObjectIterator
          Implementation of an iterator over a collection of abstract objects.
AbstractObjectList
          Resizable-array for storing AbstractObjects or their descendants.
 

Classes in messif.objects.util used by messif.buckets
AbstractObjectIterator
          Implementation of an iterator over a collection of abstract objects.
AbstractObjectList
          Resizable-array for storing AbstractObjects or their descendants.
 

Classes in messif.objects.util used by messif.buckets.index
AbstractObjectIterator
          Implementation of an iterator over a collection of abstract objects.
 

Classes in messif.objects.util used by messif.buckets.split
ObjectMatcher
          Interface which provides matching capabilities.
 

Classes in messif.objects.util used by messif.buckets.split.impl
ObjectMatcher
          Interface which provides matching capabilities.
 

Classes in messif.objects.util used by messif.objects
AbstractObjectIterator
          Implementation of an iterator over a collection of abstract objects.
AbstractObjectList
          Resizable-array for storing AbstractObjects or their descendants.
 

Classes in messif.objects.util used by messif.objects.extraction
AbstractObjectIterator
          Implementation of an iterator over a collection of abstract objects.
 

Classes in messif.objects.util used by messif.objects.impl
AbstractObjectIterator
          Implementation of an iterator over a collection of abstract objects.
 

Classes in messif.objects.util used by messif.objects.util
AbstractObjectIterator
          Implementation of an iterator over a collection of abstract objects.
AbstractObjectList
          Resizable-array for storing AbstractObjects or their descendants.
AbstractStreamObjectIterator
          This class represents an iterator on LocalAbstractObjects that are read from a file.
AggregationFunction
          The predecessor class of the similarity aggregate functions.
DistanceRanked
          Interface for marking objects that can be ranked according to distance.
DistanceRankedObject
          Ranked object where the rank is based on distances.
GenericMatchingObjectList
          List of objects returned by using ObjectMatcher.
ObjectMatcher
          Interface which provides matching capabilities.
RankedAbstractObject
          Encapsulation of an object-distance pair.
RankedSortedCollection
          Specialization of SortedCollection that is specific for distance-ranked objects.
StreamGenericAbstractObjectIterator
          This class represents an iterator on LocalAbstractObjects that are read from a file.
 

Classes in messif.objects.util used by messif.objects.util.impl
AggregationFunction
          The predecessor class of the similarity aggregate functions.
 

Classes in messif.objects.util used by messif.operations
AbstractObjectIterator
          Implementation of an iterator over a collection of abstract objects.
RankedAbstractObject
          Encapsulation of an object-distance pair.
RankedSortedCollection
          Specialization of SortedCollection that is specific for distance-ranked objects.
 

Classes in messif.objects.util used by messif.operations.data
AbstractObjectList
          Resizable-array for storing AbstractObjects or their descendants.
AbstractStreamObjectIterator
          This class represents an iterator on LocalAbstractObjects that are read from a file.
 

Classes in messif.objects.util used by messif.operations.query
AbstractObjectIterator
          Implementation of an iterator over a collection of abstract objects.
AggregationFunction
          The predecessor class of the similarity aggregate functions.
RankedAbstractObject
          Encapsulation of an object-distance pair.
 

Classes in messif.objects.util used by messif.pivotselection
AbstractObjectIterator
          Implementation of an iterator over a collection of abstract objects.
AbstractObjectList
          Resizable-array for storing AbstractObjects or their descendants.
AbstractStreamObjectIterator
          This class represents an iterator on LocalAbstractObjects that are read from a file.