Searched refs:GoodEquals (Results 1 – 1 of 1) sorted by relevance
62 return new GoodEquals(a, b); in good()109 return new GoodEquals(a, b); in bad()296 tester.testEquals(GoodEquals.class); in testGoodEquals()708 static class GoodEquals { class713 private GoodEquals(String a, int b) { in GoodEquals() method in GoodEquals719 GoodEquals(@SuppressWarnings("unused") NotInstantiable x) { in GoodEquals() method in GoodEquals725 public GoodEquals(@SuppressWarnings("unused") NotInstantiable x, int b) { in GoodEquals() method in GoodEquals732 static GoodEquals create(int a, int b) { in create()738 @Nullable public static GoodEquals createMayReturnNull(int a, int b) { in createMayReturnNull()743 static GoodEquals create(String a, int b) { in create()[all …]