Esempio n. 1
0
 @Override
 public int hashCode() {
   return first.hashCode() * 163 + second.hashCode();
 }