Home
last modified time | relevance | path

Searched defs:TypeVariableKey (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/reflect/
DTypeResolver.java97 TypeResolver where(Map<TypeVariableKey, ? extends Type> mappings) { in where()
102 final Map<TypeVariableKey, Type> mappings, Type from, final Type to) { in populateTypeMappings()
221 private TypeTable(ImmutableMap<TypeVariableKey, Type> map) { in TypeTable()
226 final TypeTable where(Map<TypeVariableKey, ? extends Type> mappings) { in where()
451 static final class TypeVariableKey { class in TypeResolver
454 TypeVariableKey(TypeVariable<?> var) { in TypeVariableKey() method in TypeResolver.TypeVariableKey