|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The type of the instance returned by the Factory implementation.public interface Factory<T>
Generics-aware interface supporting the Factory Method design pattern.
| Method Summary | |
|---|---|
T |
getInstance()
Returns an instance of the required type. |
| Method Detail |
|---|
T getInstance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||