Uses of Class
org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
Packages that use ConcurrentHashMap.Entry
-
Uses of ConcurrentHashMap.Entry in org.apache.openjpa.lib.util.concurrent
Methods in org.apache.openjpa.lib.util.concurrent that return ConcurrentHashMap.EntryModifier 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.Methods in org.apache.openjpa.lib.util.concurrent with parameters of type ConcurrentHashMap.EntryModifier and TypeMethodDescriptionprotected ConcurrentHashMap.Entry
ConcurrentHashMap.createEntry
(int h, Object k, Object v, ConcurrentHashMap.Entry n) Constructors in org.apache.openjpa.lib.util.concurrent with parameters of type ConcurrentHashMap.EntryModifierConstructorDescriptionprotected
Entry
(int h, Object k, Object v, ConcurrentHashMap.Entry n) Create new entry.