Searched refs:InvalidHashCodeObject (Results 1 – 2 of 2) sorted by relevance
174 Object a = new InvalidHashCodeObject(1, 2); in testInvalidHashCode()175 Object b = new InvalidHashCodeObject(1, 2); in testInvalidHashCode()329 private static class InvalidHashCodeObject { class in EqualsTesterTest333 InvalidHashCodeObject(int aspect1, int aspect2) { in InvalidHashCodeObject() method in EqualsTesterTest.InvalidHashCodeObject341 if (!(o instanceof InvalidHashCodeObject)) { in equals()344 InvalidHashCodeObject other = (InvalidHashCodeObject) o; in equals()