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 描述 classClass<T>类Class实例表示正在运行的Java应用程序中的类和接口。 -
Uses of GenericDeclaration in java.lang.reflect
Classes in java.lang.reflect with type parameters of type GenericDeclaration Modifier and Type 接口 描述 interfaceTypeVariable<D extends GenericDeclaration>TypeVariable是类型变量的常用超级接口。Classes in java.lang.reflect that implement GenericDeclaration Modifier and Type Class 描述 classConstructor<T>Constructor提供了一个类的单个构造函数的信息和访问权限。classExecutable一个共享超类的共同功能方法和Constructor。class方法A方法provides information about, and access to, a single method on a class or interface.
-