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