public class UpperBoundWildcardType extends Object implements WildcardType
WildcardType interface for a single upper bound.ReflectionUtilImpl.toType(String)| Modifier and Type | Field and Description |
|---|---|
static String |
PREFIX
The prefix of the
string representation. |
private Type |
upperBound |
| Constructor and Description |
|---|
UpperBoundWildcardType(Type upperBound)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Type[] |
getLowerBounds() |
Type[] |
getUpperBounds() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypeNamepublic static final String PREFIX
string representation.private final Type upperBound
public UpperBoundWildcardType(Type upperBound)
upperBound - is the single upper-bound.public Type[] getUpperBounds()
getUpperBounds in interface WildcardTypepublic Type[] getLowerBounds()
getLowerBounds in interface WildcardTypeCopyright © 2001–2019 mmm-Team. All rights reserved.