public class WildcardTypeImpl extends Object implements WildcardType
| Constructor and Description |
|---|
WildcardTypeImpl(Type[] upperBounds,
Type[] lowerBounds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Type[] |
getLowerBounds() |
Type[] |
getUpperBounds() |
int |
hashCode() |
void |
setLowerBounds(Type[] bounds) |
void |
setUpperBounds(Type[] bounds) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypeNamepublic Type[] getUpperBounds()
getUpperBounds in interface WildcardTypepublic Type[] getLowerBounds()
getLowerBounds in interface WildcardTypepublic void setUpperBounds(Type[] bounds)
public void setLowerBounds(Type[] bounds)
Copyright © 2010–2017 EvoSuite. All rights reserved.