Package | Description |
---|---|
org.apache.openjpa.lib.util.concurrent |
Concurrent Utilities
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected ConcurrentHashMap.Entry |
ConcurrentHashMap.createEntry(int h,
Object k,
Object v,
ConcurrentHashMap.Entry n) |
Constructor and Description |
---|
Entry(int h,
Object k,
Object v,
ConcurrentHashMap.Entry n)
Create new entry.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.