Uses of Interface
java.lang.reflect.GenericDeclaration
-
Packages that use GenericDeclaration 软件包 描述 java.lang 提供对Java编程语言设计至关重要的类。java.lang.reflect 提供用于获取关于类和对象的反射信息的类和接口。 -
-
Uses of GenericDeclaration in java.lang
Classes in java.lang that implement GenericDeclaration Modifier and Type Class 描述 class
Class<T>
类Class
实例表示正在运行的Java应用程序中的类和接口。 -
Uses of GenericDeclaration in java.lang.reflect
Classes in java.lang.reflect with type parameters of type GenericDeclaration Modifier and Type 接口 描述 interface
TypeVariable<D extends GenericDeclaration>
TypeVariable是类型变量的常用超级接口。Classes in java.lang.reflect that implement GenericDeclaration Modifier and Type Class 描述 class
Constructor<T>
Constructor
提供了一个类的单个构造函数的信息和访问权限。class
Executable
一个共享超类的共同功能方法
和Constructor
。class
方法
A方法
provides information about, and access to, a single method on a class or interface.
-