|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectorg.javaruntype.type.TypeParameter<T>
org.javaruntype.type.ExtendsTypeParameter<T>
public final class ExtendsTypeParameter<T>
Represents a type parameter which contains an "extends" clause.
For example, the type List<? extends Set<String[]>>, would have an ExtendsTypeParameter containing the ? extends Set<String[]> parameter.
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Type<T> |
getType()
Returns the type contained in the parameter. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Type<T> getType()
TypeParameterReturns the type contained in the parameter. It will raise an exception for wildcard type parameters (?).
getType in class TypeParameter<T>public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals 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 | |||||||||