|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
I - the type of the source objectO - the type of the target objectpublic interface Transformer<I,O>
The Transformer design pattern.
| Method Summary | |
|---|---|
O |
transform(I in)
The given input in is not changed by transforming it to a new
object of type |
| Method Detail |
|---|
O transform(I in)
in is not changed by transforming it to a new
object of type in
should result in equal outputs.
in - the input to convert
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||