KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > reflect > ParameterizedType

java.lang.reflect
Interface ParameterizedType

All Superinterfaces:
Type
See Also:
Top Examples, Source Code, TypeVariable

Type[] getActualTypeArguments()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Type getOwnerType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Type getRawType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags