Uses of Interface
java.lang.reflect.TypeVariable
-
Packages that use TypeVariable 软件包 描述 java.lang 提供对Java编程语言设计至关重要的类。java.lang.reflect 提供用于获取关于类和对象的反射信息的类和接口。 -
-
Uses of TypeVariable in java.lang
Methods in java.lang that return TypeVariable Modifier and Type 方法 描述 TypeVariable<Class<T>>[]
Class. getTypeParameters()
返回一个TypeVariable
对象的数组,TypeVariable
以声明顺序表示由该GenericDeclaration
对象表示的通用声明声明的类型变量。 -
Uses of TypeVariable in java.lang.reflect
Methods in java.lang.reflect that return TypeVariable Modifier and Type 方法 描述 TypeVariable<Constructor<T>>[]
Constructor. getTypeParameters()
返回一个TypeVariable
对象的数组,表示由该GenericDeclaration
对象表示的通用声明声明的类型变量,声明顺序。abstract TypeVariable<?>[]
Executable. getTypeParameters()
返回一个TypeVariable
对象的数组,TypeVariable
以声明顺序表示由该GenericDeclaration
对象表示的通用声明声明的类型变量。TypeVariable<?>[]
GenericDeclaration. getTypeParameters()
返回一个TypeVariable
对象的数组,TypeVariable
以声明顺序表示由该GenericDeclaration
对象表示的通用声明声明的类型变量。TypeVariable<方法>[]
Method. getTypeParameters()
Returns an array ofTypeVariable
objects that represent the type variables declared by the generic declaration represented by thisGenericDeclaration
object, in declaration order.
-