Class DelegateMap<K,​V>

  • All Implemented Interfaces:
    Map<K,​V>
    Direct Known Subclasses:
    AutoConvertingMap

    public class DelegateMap<K,​V>
    extends Object
    implements Map<K,​V>
    • Field Detail

      • underlyingMap

        private final Map<K,​V> underlyingMap
    • Constructor Detail

      • DelegateMap

        public DelegateMap​(Map<K,​V> underlyingMap)