Class InheritableMap<K,V>

Object
AbstractMap<K,V>
HashMap<K,V>
com.liferay.portal.kernel.util.InheritableMap<K,V>
All Implemented Interfaces:
Serializable, Cloneable, Map<K,V>

@Deprecated public class InheritableMap<K,V> extends HashMap<K,V>
Deprecated.
As of Cavanaugh (7.4.x), with no direct replacement
Author:
Michael Young, Connor McKay, Shuyang Zhou
See Also:
  • Constructor Details

    • InheritableMap

      public InheritableMap()
      Deprecated.
    • InheritableMap

      public InheritableMap(Map<? extends K,? extends V> map)
      Deprecated.
  • Method Details