WildcardType
.@Deprecated public interface WildcardType extends TypeMirror
? ? extends Number ? super T
A wildcard may have its upper bound explicitly set by an extends clause, its lower bound explicitly set by a super clause, or neither (but not both).
Modifier and Type | Method and Description |
---|---|
Collection<ReferenceType> |
getLowerBounds()
Deprecated.
Returns the lower bounds of this wildcard.
|
Collection<ReferenceType> |
getUpperBounds()
Deprecated.
Returns the upper bounds of this wildcard.
|
accept, equals, toString
Collection<ReferenceType> getUpperBounds()
Collection<ReferenceType> getLowerBounds()
Copyright © 2004, 2012, Oracle and/or its affiliates. All rights reserved.