Package com.liferay.portal.kernel.util
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.
As of Cavanaugh (7.4.x), with no direct replacement
- Author:
- Michael Young, Connor McKay, Shuyang Zhou
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
Deprecated.boolean
containsKey
(Object key) Deprecated.boolean
containsValue
(Object value) Deprecated.Deprecated.Deprecated.Deprecated.void
setParentMap
(Map<? extends K, ? extends V> parentMap) Deprecated.toString()
Deprecated.Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode
-
Constructor Details
-
InheritableMap
public InheritableMap()Deprecated. -
InheritableMap
Deprecated.
-
-
Method Details
-
clear
public void clear()Deprecated. -
containsKey
Deprecated.- Specified by:
containsKey
in interfaceMap<K,
V> - Overrides:
containsKey
in classHashMap<K,
V>
-
containsValue
Deprecated.- Specified by:
containsValue
in interfaceMap<K,
V> - Overrides:
containsValue
in classHashMap<K,
V>
-
get
Deprecated. -
getParentMap
Deprecated. -
remove
Deprecated. -
setParentMap
Deprecated. -
toString
Deprecated.- Overrides:
toString
in classAbstractMap<K,
V>
-