| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConcurrentHashMap.Entry | |
|---|---|
| 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 | |
|---|---|
| protected  ConcurrentHashMap.Entry | ConcurrentHashMap.createEntry(int h,
            Object k,
            Object v,
            ConcurrentHashMap.Entry n) | 
| protected  ConcurrentHashMap.Entry | ConcurrentHashMap.getEntry(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 | |
|---|---|
| protected  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.Entry | |
|---|---|
| ConcurrentHashMap.Entry(int h,
                        Object k,
                        Object v,
                        ConcurrentHashMap.Entry n)Create new entry. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||