public class WildcardTypeImpl extends Object implements WildcardType
| Constructor and Description |
|---|
WildcardTypeImpl(Class[] lower,
Class[] upper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Type[] |
getLowerBounds() |
Type[] |
getUpperBounds() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypeNamepublic Type[] getUpperBounds()
getUpperBounds in interface WildcardTypepublic Type[] getLowerBounds()
getLowerBounds in interface WildcardTypeCopyright © 2019. All rights reserved.