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 |
|---|---|
java.util.Collection<ReferenceType> |
getLowerBounds()
Returns the lower bounds of this wildcard.
|
java.util.Collection<ReferenceType> |
getUpperBounds()
Returns the upper bounds of this wildcard.
|
accept, equals, toStringjava.util.Collection<ReferenceType> getUpperBounds()
java.util.Collection<ReferenceType> getLowerBounds()
Copyright © 2004, 2013, Oracle and/or its affiliates. All rights reserved