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