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 packagejdk.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, for removal: This API element is subject to removal in a future version.Return this type as aTypeVariable
if it represents a type variable.TypeVariable[]
ClassDoc. typeParameters()
Deprecated, for removal: This API element is subject to removal in a future version.Return the formal type parameters of this class or interface.TypeVariable[]
ExecutableMemberDoc. typeParameters()
Deprecated, for removal: This API element is subject to removal in a future version.Return the formal type parameters of this method or constructor.
-