Searched defs:TypeVariable (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/reflect/
H A DTypeVariable.java29 * TypeVariable is the common superinterface for type variables of kinds.
53 public interface TypeVariable<D extends GenericDeclaration> extends Type { interface in inherits:Type
95 * this TypeVariable. The order of the objects in the array corresponds to

Completed in 228 milliseconds