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 TypeMethodDescriptionvoidclear()Deprecated.booleancontainsKey(Object key) Deprecated.booleancontainsValue(Object value) Deprecated.Deprecated.Deprecated.Deprecated.voidsetParentMap(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, valuesMethods 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:
containsKeyin interfaceMap<K,V> - Overrides:
containsKeyin classHashMap<K,V>
-
containsValue
Deprecated.- Specified by:
containsValuein interfaceMap<K,V> - Overrides:
containsValuein classHashMap<K,V>
-
get
Deprecated. -
getParentMap
Deprecated. -
remove
Deprecated. -
setParentMap
Deprecated. -
toString
Deprecated.- Overrides:
toStringin classAbstractMap<K,V>
-