|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A - object type AB - object type Bpublic interface Mapper<A,B>
A Mapper is capable of mapping an object of type A to an object of type B.
| Method Summary | ||
|---|---|---|
B |
mapAToB(A a)
Map an object of type A to an object of type B. |
|
|
mapCollectionOfAToCollectionOfB(Collection<A> collectionOfA,
C emptyMutableCollectionOfB)
Map a collection of objects of type A to a collection of objects of type B. |
|
| Method Detail |
|---|
B mapAToB(A a)
a - the object of type A
<C extends Collection<B>> C mapCollectionOfAToCollectionOfB(Collection<A> collectionOfA,
C emptyMutableCollectionOfB)
C - The type of the resulting collectioncollectionOfA - the collection of objects of type AemptyMutableCollectionOfB - an instance of the collection of objects of type B, which will be filled up
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||