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