JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Java SE 9 & JDK 9
Prev
Next
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Interface
com.sun.javadoc.TypeVariable
Packages that use
TypeVariable
Package
Description
com.sun.javadoc
Note:
The declarations in this package have been superseded by those in the package
jdk.javadoc.doclet
.
Uses of
TypeVariable
in
com.sun.javadoc
Methods in
com.sun.javadoc
that return
TypeVariable
Modifier and Type
Method
Description
TypeVariable
Type.
asTypeVariable
()
Deprecated.
Return this type as a
TypeVariable
if it represents a type variable.
TypeVariable
[]
ClassDoc.
typeParameters
()
Deprecated.
Return the formal type parameters of this class or interface.
TypeVariable
[]
ExecutableMemberDoc.
typeParameters
()
Deprecated.
Return the formal type parameters of this method or constructor.