Uses of Interface
java.lang.reflect.TypeVariable
| Package | Description |
|---|---|
| java.lang | |
| java.lang.reflect | |
| libcore.reflect | |
| libcore.util |
-
Uses of TypeVariable in java.lang
Methods in java.lang that return TypeVariable Modifier and Type Method Description TypeVariable<Class<T>>[]Class. getTypeParameters()Returns an array containingTypeVariableobjects for type variables declared by the generic class represented by thisClass. -
Uses of TypeVariable in java.lang.reflect
Methods in java.lang.reflect that return TypeVariable Modifier and Type Method Description TypeVariable<Constructor<T>>[]Constructor. getTypeParameters()TypeVariable<?>[]GenericDeclaration. getTypeParameters()Returns the declared type parameters in declaration order.TypeVariable<Method>[]Method. getTypeParameters() -
Uses of TypeVariable in libcore.reflect
Classes in libcore.reflect that implement TypeVariable Modifier and Type Class Description classTypeVariableImpl<D extends GenericDeclaration>Fields in libcore.reflect declared as TypeVariable Modifier and Type Field Description TypeVariable[]GenericSignatureParser. formalTypeParameters -
Uses of TypeVariable in libcore.util
Fields in libcore.util declared as TypeVariable Modifier and Type Field Description static TypeVariable[]EmptyArray. TYPE_VARIABLE