Uses of Class
org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
-
Uses of ConcurrentHashMap.Entry in org.apache.openjpa.lib.util.concurrent
Modifier and TypeMethodDescriptionprotected ConcurrentHashMap.Entry
ConcurrentHashMap.createEntry
(int h, Object k, Object v, ConcurrentHashMap.Entry n) protected ConcurrentHashMap.Entry
Returns the entry associated with the specified key in the ConcurrentHashMap.Modifier and TypeMethodDescriptionprotected ConcurrentHashMap.Entry
ConcurrentHashMap.createEntry
(int h, Object k, Object v, ConcurrentHashMap.Entry n) ModifierConstructorDescriptionprotected
Entry
(int h, Object k, Object v, ConcurrentHashMap.Entry n) Create new entry.