public final class UnboundedWildcardType extends Object implements WildcardType
WildcardType interface for the unbounded wildcard (?).ReflectionUtil.toType(String)| Modifier and Type | Field and Description |
|---|---|
static WildcardType |
INSTANCE
The singleton instance.
|
static String |
PREFIX
The prefix/value of the
string representation. |
| Modifier | Constructor and Description |
|---|---|
private |
UnboundedWildcardType()
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.public static final WildcardType INSTANCE
public Type[] getLowerBounds()
getLowerBounds in interface WildcardTypepublic Type[] getUpperBounds()
getUpperBounds in interface WildcardTypeCopyright © 2001–2019 mmm-Team. All rights reserved.