Class MapDelegator<K,V>

java.lang.Object
org.jxls.common.MapDelegator<K,V>
All Implemented Interfaces:
Map<K,V>

public class MapDelegator<K,V> extends Object implements Map<K,V>
Map implementation that delegates to another map for use as decorator pattern.
  • Constructor Details

    • MapDelegator

      public MapDelegator(Map<K,V> map)
  • Method Details