|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ConcurrentHashMap.Entry | |
| org.castor.util.concurrent | This package contains classes taken from EDU.oswego.cs.dl.util.concurrent library Version 1.3.4. |
| Uses of ConcurrentHashMap.Entry in org.castor.util.concurrent |
| Fields in org.castor.util.concurrent declared as ConcurrentHashMap.Entry | |
protected ConcurrentHashMap.Entry[] |
ConcurrentHashMap.table
The hash table data. |
protected ConcurrentHashMap.Entry |
ConcurrentHashMap.Entry.next
|
protected ConcurrentHashMap.Entry[] |
ConcurrentHashMap.HashIterator.tab
|
protected ConcurrentHashMap.Entry |
ConcurrentHashMap.HashIterator.entry
|
protected ConcurrentHashMap.Entry |
ConcurrentHashMap.HashIterator.lastReturned
|
| Methods in org.castor.util.concurrent that return ConcurrentHashMap.Entry | |
protected ConcurrentHashMap.Entry[] |
ConcurrentHashMap.newTable(int capacity)
Create table array and set the per-segment threshold * |
| Methods in org.castor.util.concurrent with parameters of type ConcurrentHashMap.Entry | |
protected void |
ConcurrentHashMap.resize(int index,
ConcurrentHashMap.Entry[] assumedTab)
Gather all locks in order to call rehash, by recursing within synch blocks for each segment index. |
| Constructors in org.castor.util.concurrent with parameters of type ConcurrentHashMap.Entry | |
ConcurrentHashMap.Entry(int hash,
java.lang.Object key,
java.lang.Object value,
ConcurrentHashMap.Entry next)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||