Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.concurrent.ConcurrentMapperHashMap

Packages that use ConcurrentMapperHashMap
com.liferay.portal.kernel.concurrent   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
 

Uses of ConcurrentMapperHashMap in com.liferay.portal.kernel.concurrent
 

Subclasses of ConcurrentMapperHashMap in com.liferay.portal.kernel.concurrent
 class ConcurrentIdentityHashMap<K,V>
           
 class ConcurrentReferenceKeyHashMap<K,V>
           
 class ConcurrentReferenceValueHashMap<K,V>
           
 

Uses of ConcurrentMapperHashMap in com.liferay.portal.kernel.util
 

Subclasses of ConcurrentMapperHashMap in com.liferay.portal.kernel.util
 class WeakValueConcurrentHashMap<K,V>
          Deprecated. As of 7.0.0, replaced by ConcurrentReferenceValueHashMap
 


Liferay 7.0-ce-b4