Liferay 7.0-ce-b4

com.liferay.portal.kernel.util
Class WeakValueConcurrentHashMap<K,V>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by com.liferay.portal.kernel.concurrent.ConcurrentMapperHashMap<K,K,V,Reference<V>>
          extended by com.liferay.portal.kernel.concurrent.ConcurrentReferenceValueHashMap<K,V>
              extended by 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 Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class com.liferay.portal.kernel.concurrent.ConcurrentMapperHashMap
entrySet, innerConcurrentMap, keySet, values
 
Constructor Summary
WeakValueConcurrentHashMap()
          Deprecated.  
WeakValueConcurrentHashMap(int initialCapacity)
          Deprecated.  
WeakValueConcurrentHashMap(int initialCapacity, float loadFactor, int concurrencyLevel)
          Deprecated.  
WeakValueConcurrentHashMap(Map<? extends K,? extends V> map)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.liferay.portal.kernel.concurrent.ConcurrentReferenceValueHashMap
mapKey, mapKeyForQuery, mapValue, mapValueForQuery, unmapKey, unmapKeyForQuery, unmapValue, unmapValueForQuery
 
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
 
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

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. 

Liferay 7.0-ce-b4