|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.infomancers.collections.util.MapTransformation<T,K>
public final class MapTransformation<T,K>
Used for simple transformations based on key-value pairs located in a standard Map.
Map| Constructor Summary | |
|---|---|
MapTransformation(java.util.Map<T,K> map)
|
|
| Method Summary | |
|---|---|
K |
transform(T item)
Transforms item of type T to item of type K. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapTransformation(java.util.Map<T,K> map)
| Method Detail |
|---|
public K transform(T item)
transform in interface Transformation<T,K>item - The item to transform.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||