Liferay 7.0-ce-b4

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

Packages that use IdentityKey
com.liferay.portal.kernel.concurrent   
 

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

Methods in com.liferay.portal.kernel.concurrent that return IdentityKey
protected  IdentityKey<K> ConcurrentIdentityHashMap.mapKey(K key)
           
protected  IdentityKey<K> ConcurrentIdentityHashMap.mapKeyForQuery(K key)
           
 

Methods in com.liferay.portal.kernel.concurrent with parameters of type IdentityKey
protected  K ConcurrentIdentityHashMap.unmapKey(IdentityKey<K> identityKey)
           
protected  K ConcurrentIdentityHashMap.unmapKeyForQuery(IdentityKey<K> identityKey)
           
 

Constructor parameters in com.liferay.portal.kernel.concurrent with type arguments of type IdentityKey
ConcurrentIdentityHashMap(ConcurrentMap<IdentityKey<K>,V> innerConcurrentMap)
           
 


Liferay 7.0-ce-b4