Searched refs:DelegatingInvocationHandlerWithEquals (Results 1 – 2 of 2) sorted by relevance
88 return Reflection.newProxy(List.class, new DelegatingInvocationHandlerWithEquals(delegate)); in newDelegatingListWithEquals()93 return Reflection.newProxy(Iterable.class, new DelegatingInvocationHandlerWithEquals(delegate)); in newDelegatingIterableWithEquals()110 new DelegatingInvocationHandlerWithEquals("a string")); in newProxyWithEqualsForInterfaces()132 private static class DelegatingInvocationHandlerWithEquals extends DelegatingInvocationHandler { class in AbstractInvocationHandlerTest134 DelegatingInvocationHandlerWithEquals(Object delegate) { in DelegatingInvocationHandlerWithEquals() method in AbstractInvocationHandlerTest.DelegatingInvocationHandlerWithEquals140 if (obj instanceof DelegatingInvocationHandlerWithEquals) { in equals()141 DelegatingInvocationHandlerWithEquals that = (DelegatingInvocationHandlerWithEquals) obj; in equals()159 private static class SubHandler1 extends DelegatingInvocationHandlerWithEquals {165 private static class SubHandler2 extends DelegatingInvocationHandlerWithEquals {