/** @inheritDoc */ public int hashCode() { return type ^ name.hashCode() ^ dist.hashCode(); }
/** @inheritDoc */ public Number getDistance(Measurable.Difference D) { return dist.helpGetDistance(D); }