Liferay 7.0.10 portal-impl
- Object
-
- AbstractMap<K,V>
-
- ConcurrentHashMap<String,T>
-
- com.liferay.portal.nio.intraband.proxy.StubMapImpl<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ConcurrentHashMap
ConcurrentHashMap.KeySetView<K,V>
-
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 ConcurrentHashMap
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, put, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, values
-
Methods inherited from class AbstractMap
clone
-
Methods inherited from class Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface ConcurrentMap
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Methods inherited from interface Map
clear, containsKey, containsValue, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
-
-
Method Detail
-
get
public T get(Object key)
- Specified by:
get
in interface Map<String,T>
- Overrides:
get
in class ConcurrentHashMap<String,T>
Liferay 7.0.10 portal-impl