Home
last modified time | relevance | path

Searched refs:FreshInvocationHandler (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/testing/
DFreshValueGenerator.java225 return Reflection.newProxy(interfaceType, new FreshInvocationHandler(interfaceType)); in newProxy()
228 private final class FreshInvocationHandler extends AbstractInvocationHandler { class in FreshValueGenerator
232 FreshInvocationHandler(Class<?> interfaceType) { in FreshInvocationHandler() method in FreshValueGenerator.FreshInvocationHandler
245 if (obj instanceof FreshInvocationHandler) { in equals()
246 FreshInvocationHandler that = (FreshInvocationHandler) obj; in equals()