public class LowerBoundWildcardType extends Object implements WildcardType
WildcardType interface for a single lower bound.ReflectionUtilImpl.toType(String)| Modifier and Type | Field and Description |
|---|---|
private Type |
lowerBound |
static String |
PREFIX
The prefix of the
string representation. |
| Constructor and Description |
|---|
LowerBoundWildcardType(Type lowerBound)
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 lowerBound
public LowerBoundWildcardType(Type lowerBound)
lowerBound - is the single lower-bound.public Type[] getLowerBounds()
getLowerBounds in interface WildcardTypepublic Type[] getUpperBounds()
getUpperBounds in interface WildcardTypeCopyright © 2001–2019 mmm-Team. All rights reserved.