Package | Description |
---|---|
org.apache.openjpa.lib.util.concurrent |
Concurrent Utilities
|
Modifier and Type | Field and Description |
---|---|
(package private) ConcurrentHashMap.Entry |
ConcurrentHashMap.Entry.next |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
protected ConcurrentHashMap.Entry |
ConcurrentHashMap.createEntry(int h,
java.lang.Object k,
java.lang.Object v,
ConcurrentHashMap.Entry n) |
Constructor and Description |
---|
ConcurrentHashMap.Entry(int h,
java.lang.Object k,
java.lang.Object v,
ConcurrentHashMap.Entry n)
Create new entry.
|
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.