|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParameterizedClass<C>
Describes a class that is parameterized by an additional class type. An good example of this is a container whose contents must be instances of the type parameter.
Method Summary | |
---|---|
java.lang.Class<C> |
getTypeParameter()
Returns the base type for the class parameterization. |
boolean |
hasParameterizedType()
Returns true if this class explicitly utilizes a parameterized type. |
Method Detail |
---|
java.lang.Class<C> getTypeParameter()
boolean hasParameterizedType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |