|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectorg.javaruntype.type.TypeParameter<T>
public abstract class TypeParameter<T>
Abstract class that represents a type parameter in a Type object.
TypeParameter> objects, depending on its specific subclass, can represent:
WildcardTypeParameter)
StandardTypeParameter)
ExtendsTypeParameter)
SuperTypeParameter)
| Method Summary | |
|---|---|
abstract Type<T> |
getType()
Returns the type contained in the parameter. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public abstract Type<T> getType()
Returns the type contained in the parameter. It will raise an exception for wildcard type parameters (?).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||