Class 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.