Class TransformingMap<K,V1,V2>

java.lang.Object
java.util.AbstractMap<K,V2>
org.jclouds.collect.TransformingMap<K,V1,V2>
All Implemented Interfaces:
Map<K,V2>

public class TransformingMap<K,V1,V2> extends AbstractMap<K,V2>
A map that transforms values on the way in and out. Inspired by the guava method Maps.transformValues.