|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WildcardType
Represents a wildcard type, such as ? or
? extends Comparable.
| Method Summary | |
|---|---|
Type[] |
getLowerBounds()
Gets the array of types that represent the lower bounds of this type. |
Type[] |
getUpperBounds()
Gets the array of types that represent the upper bounds of this type. |
| Method Detail |
|---|
Type[] getUpperBounds()
Object.
Type instances.
TypeNotPresentException - if the component type points to a missing type.
MalformedParameterizedTypeException - if the component type points to a type that can't be
instantiated for some reason.Type[] getLowerBounds()
null, in which case a empty array
is returned.
Type instances.
TypeNotPresentException - if the component type points to a missing type.
MalformedParameterizedTypeException - if the component type points to a type that can't be
instantiated for some reason.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||