Uses of Class
org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
-
Packages that use ConcurrentHashMap.Entry Package Description org.apache.openjpa.lib.util.concurrent Concurrent Utilities -
-
Uses of ConcurrentHashMap.Entry in org.apache.openjpa.lib.util.concurrent
Methods in org.apache.openjpa.lib.util.concurrent that return ConcurrentHashMap.Entry Modifier and Type Method Description protected ConcurrentHashMap.Entry
ConcurrentHashMap. createEntry(int h, java.lang.Object k, java.lang.Object v, ConcurrentHashMap.Entry n)
protected ConcurrentHashMap.Entry
ConcurrentHashMap. getEntry(java.lang.Object key)
Returns the entry associated with the specified key in the ConcurrentHashMap.Methods in org.apache.openjpa.lib.util.concurrent with parameters of type ConcurrentHashMap.Entry Modifier and Type Method Description protected ConcurrentHashMap.Entry
ConcurrentHashMap. createEntry(int h, java.lang.Object k, java.lang.Object v, ConcurrentHashMap.Entry n)
Constructors in org.apache.openjpa.lib.util.concurrent with parameters of type ConcurrentHashMap.Entry Constructor Description Entry(int h, java.lang.Object k, java.lang.Object v, ConcurrentHashMap.Entry n)
Create new entry.
-