Ejemplo n.º 1
0
 @Override
 public int hashCode() {
   int result = giver.hashCode();
   result = 31 * result + thing.hashCode();
   result = 31 * result + receiver.hashCode();
   return result;
 }