Beispiel #1
0
 @Override
 public int hashCode() {
   int tresult = dictionary.hashCode();
   tresult = 31 * tresult + word.hashCode();
   tresult = 31 * tresult + translation.hashCode();
   return tresult;
 }