Uses of Class
messif.objects.util.RankedSortedCollection

Packages that use RankedSortedCollection
messif.objects.util Various utilities for working with collections of objects. 
messif.operations Generic classes for data manipulatioin and querying operations. 
 

Uses of RankedSortedCollection in messif.objects.util
 

Subclasses of RankedSortedCollection in messif.objects.util
 class DoubleSortedCollection
          This class resorts the ranked objects according to new distances (returned by method implemented in the child classes).
 

Uses of RankedSortedCollection in messif.operations
 

Methods in messif.operations with parameters of type RankedSortedCollection
 void RankingQueryOperation.setAnswerCollection(RankedSortedCollection collection)
          Set a new collection that maintains the answer list of this ranking query.