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.concurrentMethods in org.apache.openjpa.lib.util.concurrent that return ConcurrentHashMap.EntryModifier and TypeMethodDescriptionprotected ConcurrentHashMap.EntryConcurrentHashMap.createEntry(int h, Object k, Object v, ConcurrentHashMap.Entry n) protected ConcurrentHashMap.EntryReturns 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.EntryConcurrentHashMap.createEntry(int h, Object k, Object v, ConcurrentHashMap.Entry n) Constructors in org.apache.openjpa.lib.util.concurrent with parameters of type ConcurrentHashMap.EntryModifierConstructorDescriptionprotectedEntry(int h, Object k, Object v, ConcurrentHashMap.Entry n) Create new entry.