|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - type of the object to be builtpublic interface IBuilder<T>
This interface defines the minimal methods of a builder class. Builders are used to initialize immutable objects that have many values to be set. This interface is intended to be extended to represent specific builders for the different objects
| Method Summary | |
|---|---|
T |
build()
Create in instance of T with all its values set. |
| Method Detail |
|---|
T build()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||