|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
KEY
- the type of the key representing the object to buildTYPE
- the type of the object this buildspublic interface IObjectBuilder<KEY,TYPE>
Builds objects identified by a key.
Method Summary | |
---|---|
TYPE |
create(KEY key)
Create an object represented by the key. |
Method Detail |
---|
TYPE create(KEY key)
Object.equals(Object)
method)
may return object instances that are identical as defined by
Object.equals(Object)
.
key
- the key representing the object to create
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |