Exemple #1
0
 @Override
 public int hashCode() {
   return XY.hash(this.x, this.y);
 }
Exemple #2
0
 public static XY at(int x, int y) {
   return map.get(XY.hash(x, y));
 }