|
Codemodel 2.6-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JGenerifiable
Declarations that can have type variables. Something that can be made into a generic.
Method Summary | |
---|---|
JTypeVar |
generify(String name)
Adds a new type variable to this declaration. |
JTypeVar |
generify(String name,
Class<?> bound)
Adds a new type variable to this declaration with a bound. |
JTypeVar |
generify(String name,
JClass bound)
Adds a new type variable to this declaration with a bound. |
JTypeVar[] |
typeParams()
Iterates all the type parameters of this class/interface. |
Method Detail |
---|
JTypeVar generify(String name)
JTypeVar generify(String name, Class<?> bound)
JTypeVar generify(String name, JClass bound)
JTypeVar[] typeParams()
|
Codemodel 2.6-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |