|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Original - the type of the original objectsTransformed - the type of the transformed objectspublic interface Transformer<Original,Transformed>
Transforms objects from one thing into another.
| Method Summary | |
|---|---|
Transformed |
transform(Original o)
Transforms the given object. |
| Method Detail |
|---|
Transformed transform(Original o)
o - the object to transform
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||