Type
jdk.javadoc.doclet
.
For more information, see the Migration Guide in the documentation for that package.@Deprecated public interface WildcardType extends Type
A wildcard type can have explicit extends bounds or explicit super bounds or neither, but not both.<?>
<? extends E>
<? super T>
Modifier and Type | Method | Description |
---|---|---|
Type[] |
extendsBounds() |
Deprecated.
Return the upper bounds of this wildcard type argument
as given by the extends clause.
|
Type[] |
superBounds() |
Deprecated.
Return the lower bounds of this wildcard type argument
as given by the super clause.
|
asAnnotatedType, asAnnotationTypeDoc, asClassDoc, asParameterizedType, asTypeVariable, asWildcardType, dimension, getElementType, isPrimitive, qualifiedTypeName, simpleTypeName, toString, typeName
Type[] extendsBounds()
Type[] superBounds()
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b153-1