|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- Type created by the Factorypublic interface Factory<T>
Defines a generic interface for a class that is able to create an object of a given type from an unparameterized call.
Method Summary | |
---|---|
T |
create()
Creates and returns an object of the given type. |
Method Detail |
---|
T create()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |