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