Public 成员函数 | |
| WildcardTypeImpl (Type[] upperBounds, Type[] lowerBounds) | |
| Type[] | getUpperBounds () |
| Type[] | getLowerBounds () |
| boolean | equals (Object other) |
| int | hashCode () |
| String | toString () |
Private 属性 | |
| final Type | upperBound |
| final Type | lowerBound |
静态 Private 属性 | |
| static final long | serialVersionUID = 0 |
The WildcardType interface supports multiple upper bounds and multiple lower bounds. We only support what the Java 6 language needs - at most one bound. If a lower bound is set, the upper bound must be Object.class.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
staticprivate |
|
private |
1.8.8