软件包 | 描述 |
---|---|
java.lang |
提供对java编程语言的设计基础课。
|
java.lang.reflect |
提供用于获取类和对象的反射信息的类和接口。
|
Modifier and Type | Class and Description |
---|---|
class |
类<T>
类的实例代表一个运行
类 java应用程序的类和接口。
|
class |
软件包
软件包 对象包含关于一个java包的实施和规范的版本信息。
|
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotatedArrayType
AnnotatedArrayType 代表潜在的注释使用数组类型,其组成类型本身可能代表一类注释的使用。
|
interface |
AnnotatedParameterizedType
AnnotatedParameterizedType 代表潜在的注释使用参数化类型,其类型参数可以自己代表注释的使用类型。
|
interface |
AnnotatedType
AnnotatedType 代表潜在的注释在程序中使用这个虚拟机正在运行的一种。
|
interface |
AnnotatedTypeVariable
AnnotatedTypeVariable 代表潜在的注释使用类型变量的声明,可能有界本身所代表的注释使用的类型。
|
interface |
AnnotatedWildcardType
AnnotatedWildcardType 代表潜在的注释使用通配符类型参数,其上限或下限可代表注释的使用类型。
|
interface |
GenericDeclaration
声明类型变量的所有实体的通用接口。
|
interface |
TypeVariable<D extends GenericDeclaration>
型变量是类类型的变量一般超。
|
Modifier and Type | Class and Description |
---|---|
class |
AccessibleObject
AccessibleObject类是领域的基类方法和构造函数的对象。
|
class |
Constructor<T>
Constructor 提供有关信息和访问,一类一个构造函数。
|
class |
Executable
为
方法 和
Constructor 常见功能共享父类。
|
class |
Field
一个
Field 提供有关信息和动态访问,一个类或接口的一个单一的领域。
|
class |
方法
一个
方法 提供有关信息和访问,在类或接口的一个方法。
|
class |
Parameter
有关方法参数的信息。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.