Example #1
0
 /*
  * (non-Javadoc)
  * @see java.lang.Object#hashCode()
  */
 @Override
 public int hashCode() {
   int result = 17;
   result += 31 * center.hashCode();
   result += 31 * radius.hashCode();
   return result;
 }