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 变量和类型 方法 描述 TypeVariable<类<T>>[]
Class. getTypeParameters()
返回的数组TypeVariable
对象表示通过此表示的一般声明声明的类型变量GenericDeclaration
目的,在声明的顺序。 -
Uses of TypeVariable in java.lang.reflect
Methods in java.lang.reflect that return TypeVariable 变量和类型 方法 描述 TypeVariable<构造器<T>>[]
Constructor. getTypeParameters()
返回的数组TypeVariable
对象表示通过此表示的一般声明声明的类型变量GenericDeclaration
目的,在声明的顺序。abstract TypeVariable<?>[]
Executable. getTypeParameters()
返回的数组TypeVariable
对象表示通过此表示的一般声明声明的类型变量GenericDeclaration
目的,在声明的顺序。TypeVariable<?>[]
GenericDeclaration. getTypeParameters()
返回的数组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.
-