@override int get hashCode { int a = this.x.hashCode; int b = this.y.hashCode; return JenkinsHash.hash2(a, b); }