Uses of Interface
gw.gosudoc.com.sun.javadoc.TypeVariable
-
Packages that use TypeVariable Package Description gw.gosudoc.com.sun.javadoc Note: The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.gw.gosudoc.com.sun.tools.javadoc.main -
-
Uses of TypeVariable in gw.gosudoc.com.sun.javadoc
Methods in gw.gosudoc.com.sun.javadoc that return TypeVariable Modifier and Type Method Description TypeVariable
Type. asTypeVariable()
Deprecated.Return this type as aTypeVariable
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. -
Uses of TypeVariable in gw.gosudoc.com.sun.tools.javadoc.main
Classes in gw.gosudoc.com.sun.tools.javadoc.main that implement TypeVariable Modifier and Type Class Description class
TypeVariableImpl
Deprecated.Methods in gw.gosudoc.com.sun.tools.javadoc.main that return TypeVariable Modifier and Type Method Description TypeVariable
AnnotatedTypeImpl. asTypeVariable()
Deprecated.TypeVariable
ClassDocImpl. asTypeVariable()
Deprecated.Return null, as this is not a type variable.TypeVariable
TypeVariableImpl. asTypeVariable()
Deprecated.TypeVariable[]
ClassDocImpl. typeParameters()
Deprecated.Return the formal type parameters of this class or interface.TypeVariable[]
ExecutableMemberDocImpl. typeParameters()
Deprecated.Return the formal type parameters of this method or constructor.
-