|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mmm.util.reflect.impl.UnboundedWildcardType
public final class UnboundedWildcardType
This is an implementation of the WildcardType interface for the
unbounded wildcard (?).
ReflectionUtil.toType(String)| Field Summary | |
|---|---|
static WildcardType |
INSTANCE
The singleton instance. |
static String |
PREFIX
The prefix/value of the string representation. |
| Constructor Summary | |
|---|---|
private |
UnboundedWildcardType()
The constructor. |
| Method Summary | |
|---|---|
boolean |
equals(Object other)
|
Type[] |
getLowerBounds()
|
Type[] |
getUpperBounds()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String PREFIX
string representation.
public static final WildcardType INSTANCE
| Constructor Detail |
|---|
private UnboundedWildcardType()
| Method Detail |
|---|
public Type[] getLowerBounds()
getLowerBounds in interface WildcardTypepublic Type[] getUpperBounds()
getUpperBounds in interface WildcardTypepublic boolean equals(Object other)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||