|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mmm.util.reflect.impl.UpperBoundWildcardType
public class UpperBoundWildcardType
This is an implementation of the WildcardType interface for a single
upper bound.
ReflectionUtilImpl.toType(String)| Field Summary | |
|---|---|
static String |
PREFIX
The prefix of the string representation. |
private Type |
upperBound
|
| Constructor Summary | |
|---|---|
UpperBoundWildcardType(Type upperBound)
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.
private final Type upperBound
getUpperBounds()| Constructor Detail |
|---|
public UpperBoundWildcardType(Type upperBound)
upperBound - is the single upper-bound.| Method Detail |
|---|
public Type[] getUpperBounds()
getUpperBounds in interface WildcardTypepublic Type[] getLowerBounds()
getLowerBounds 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 | |||||||||