Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
java.lang | Provides classes that are fundamental to the design of the Java programming language. |
java.lang.reflect | Provides classes and interfaces for obtaining reflective information about classes and objects. |
Uses of GenericDeclaration in java.lang |
---|
Modifier and Type | Class and Description |
---|---|
class |
Class<T>
Instances of the class Class represent classes and
interfaces in a running Java application. |
Uses of GenericDeclaration in java.lang.reflect |
---|
Modifier and Type | Interface and Description |
---|---|
interface |
TypeVariable<D extends GenericDeclaration>
TypeVariable is the common superinterface for type variables of kinds. |
Modifier and Type | Class and Description |
---|---|
class |
Constructor<T>
Constructor provides information about, and access to, a single
constructor for a class. |
class |
Method
A Method provides information about, and access to, a single method
on a class or interface. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.