Uses of Interface
messif.objects.util.DistanceRanked

Packages that use DistanceRanked
messif.objects.util Various utilities for working with collections of objects. 
 

Uses of DistanceRanked in messif.objects.util
 

Classes in messif.objects.util that implement DistanceRanked
 class DistanceRankedObject<T>
          Ranked object where the rank is based on distances.
 class RankedAbstractMetaObject
          Encapsulation of an object-distance pair with the distances to respective sub-objects of a MetaObject.
 class RankedAbstractObject
          Encapsulation of an object-distance pair.
 

Fields in messif.objects.util with type parameters of type DistanceRanked
static java.util.Comparator<DistanceRanked> DistanceRanked.comparator
          Default comparator that can be used on DistanceRanked objects.