Class PlotUtils.HashMapWithDefault<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
io.deephaven.plot.util.PlotUtils.HashMapWithDefault<K,V>
All Implemented Interfaces:
Serializable, Cloneable, Map<K,V>
Enclosing class:
PlotUtils

public static class PlotUtils.HashMapWithDefault<K,V> extends HashMap<K,V>
See Also:
  • Constructor Details

    • HashMapWithDefault

      public HashMapWithDefault()
  • Method Details