com.liferay.portal.kernel.util
Class WeakValueConcurrentHashMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
com.liferay.portal.kernel.concurrent.ConcurrentMapperHashMap<K,K,V,Reference<V>>
com.liferay.portal.kernel.concurrent.ConcurrentReferenceValueHashMap<K,V>
com.liferay.portal.kernel.util.WeakValueConcurrentHashMap<K,V>
- All Implemented Interfaces:
- Serializable, ConcurrentMap<K,V>, Map<K,V>
Deprecated. As of 7.0.0, replaced by ConcurrentReferenceValueHashMap
@Deprecated
public class WeakValueConcurrentHashMap<K,V>
- extends ConcurrentReferenceValueHashMap<K,V>
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from class com.liferay.portal.kernel.concurrent.ConcurrentMapperHashMap |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, values |
WeakValueConcurrentHashMap
public WeakValueConcurrentHashMap()
- Deprecated.
WeakValueConcurrentHashMap
public WeakValueConcurrentHashMap(int initialCapacity)
- Deprecated.
WeakValueConcurrentHashMap
public WeakValueConcurrentHashMap(int initialCapacity,
float loadFactor,
int concurrencyLevel)
- Deprecated.
WeakValueConcurrentHashMap
public WeakValueConcurrentHashMap(Map<? extends K,? extends V> map)
- Deprecated.