Liferay 7.1.0 portal-kernel
- Object
-
- AbstractMap<K,V>
-
- HashMap<K,V>
-
- com.liferay.portal.kernel.util.InheritableMap<K,V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Nested classes/interfaces inherited from interface Map
Map.Entry<K,V>
-
Method Summary
-
Methods inherited from class HashMap
clone, compute, computeIfAbsent, computeIfPresent, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class AbstractMap
equals, hashCode
-
Methods inherited from class Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface Map
equals, hashCode
-
-
Constructor Detail
-
InheritableMap
public InheritableMap()
-
Method Detail
-
clear
public void clear()
- Specified by:
clear
in interface Map<K,V>
- Overrides:
clear
in class HashMap<K,V>
-
get
public V get(Object key)
- Specified by:
get
in interface Map<K,V>
- Overrides:
get
in class HashMap<K,V>
-
toString
public String toString()
- Overrides:
toString
in class AbstractMap<K,V>
Liferay 7.1.0 portal-kernel