Beispiel #1
0
 @Override
 public int hashCode() {
   return terrain.hashCode() ^ (hasShield ? 1 : 0);
 }