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

/external/guava/guava-tests/test/com/google/common/reflect/
H A DAbstractInvocationHandlerTest.java105 return Reflection.newProxy(List.class, new SubHandler2(delegate));
162 private static class SubHandler2 extends DelegatingInvocationHandlerWithEquals { class in class:AbstractInvocationHandlerTest
163 SubHandler2(Object delegate) { method in class:AbstractInvocationHandlerTest.SubHandler2

Completed in 44 milliseconds