KickJava   Java API By Example, From Geeks To Geeks.

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

java.lang.reflect
Interface WildcardType

All Superinterfaces:
Type
See Also:
Source Code

Type[] getLowerBounds()
See Also:
MalformedParameterizedTypeException, TypeNotPresentException, ParameterizedType
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Type[] getUpperBounds()
See Also:
MalformedParameterizedTypeException, TypeNotPresentException, ParameterizedType
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags