Searched defs:InvalidHashCodeObject (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-testlib/test/com/google/common/testing/
H A DEqualsTesterTest.java190 Object a = new InvalidHashCodeObject(1, 2);
191 Object b = new InvalidHashCodeObject(1, 2);
338 private static class InvalidHashCodeObject { class in class:EqualsTesterTest
342 InvalidHashCodeObject(int aspect1, int aspect2) { method in class:EqualsTesterTest.InvalidHashCodeObject
348 if (!(o instanceof InvalidHashCodeObject)) {
351 InvalidHashCodeObject other = (InvalidHashCodeObject) o;

Completed in 59 milliseconds