Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/reflect/
DTypes.java355 private static final ImmutableMap<String, Method> typeVariableMethods; field in Types.TypeVariableInvocationHandler
369 typeVariableMethods = builder.build();
380 Method typeVariableMethod = typeVariableMethods.get(methodName); in invoke()