Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/reflect/
DTypes.java330 TypeVariable.class, new TypeVariableInvocationHandler(typeVariableImpl)); in newTypeVariableImpl()
354 private static final class TypeVariableInvocationHandler implements InvocationHandler { class in Types
374 TypeVariableInvocationHandler(TypeVariableImpl<?> typeVariableImpl) { in TypeVariableInvocationHandler() method in Types.TypeVariableInvocationHandler
435 && Proxy.getInvocationHandler(obj) instanceof TypeVariableInvocationHandler) { in equals()
436 TypeVariableInvocationHandler typeVariableInvocationHandler = in equals()
437 (TypeVariableInvocationHandler) Proxy.getInvocationHandler(obj); in equals()