Exemple #1
0
 @Override
 public int hashCode() {
   return 31 * ((int) (id ^ (id >>> 32))) + rhs.hashCode();
 }