| Interface | Description |
|---|---|
| AbstractIntMetricSpace |
This interface defines the functionality of a finite metric space where
the objects are indexed by integers.
|
| AbstractObjectMetric<T> |
This interface defines a metric on the type T.
|
| AbstractObjectMetricSpace<T> |
This interface defines the functionality of a finite metric space whose points are
of type T.
|
| AbstractSearchableMetricSpace<T> |
This interface defines the functionality of a metric space with various querying
capabilities.
|