| Package | Description |
|---|---|
| com.liferay.portal.kernel.concurrent |
| Modifier and Type | Method and Description |
|---|---|
protected IdentityKey<K> |
ConcurrentIdentityHashMap.mapKey(K key) |
protected IdentityKey<K> |
ConcurrentIdentityHashMap.mapKeyForQuery(K key) |
| Modifier and Type | Method and Description |
|---|---|
protected K |
ConcurrentIdentityHashMap.unmapKey(IdentityKey<K> identityKey) |
protected K |
ConcurrentIdentityHashMap.unmapKeyForQuery(IdentityKey<K> identityKey) |
| Constructor and Description |
|---|
ConcurrentIdentityHashMap(ConcurrentMap<IdentityKey<K>,V> innerConcurrentMap) |