|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - the type of the instance to copypublic interface Copier<T>
Interface defining the contract used to make a copy of types.
| Method Summary | |
|---|---|
T |
copyForRead(T obj)
Creates a copy of the instance passed in. |
T |
copyForWrite(T obj)
Creates a copy of the instance passed in. |
| Method Detail |
|---|
T copyForRead(T obj)
obj - the instance to copy
obj instanceT copyForWrite(T obj)
obj - the instance to copy
obj instance
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||