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 (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.