Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/reflect/
DTypes.java393 private static final class TypeVariableImpl<D extends GenericDeclaration> { class in Types
399 TypeVariableImpl(D genericDeclaration, String name, Type[] bounds) { in TypeVariableImpl() method in Types.TypeVariableImpl