public interface ParameterizedClass<C>
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Class<C> | getTypeParameter()Returns the base type for the class parameterization. | 
| boolean | hasParameterizedType()Queries whether this class explicitly utilizes a parameterized type. | 
java.lang.Class<C> getTypeParameter()
boolean hasParameterizedType()
true if this class utilizes a parameterized type.