static final class UnlockedHashMap.Table<K,V> extends java.util.concurrent.atomic.AtomicReferenceArray<UnlockedHashMap.Item<K,V>[]>
| Modifier and Type | Field and Description |
|---|---|
(package private) UnlockedHashMap.Table<K,V> |
resizeView |
(package private) int |
size
Bits 0-30 are size; bit 31 is 1 if the table is being resized.
|
(package private) int |
threshold |
| Modifier | Constructor and Description |
|---|---|
private |
Table(int capacity,
float loadFactor) |
final int threshold
volatile int size
volatile UnlockedHashMap.Table<K,V> resizeView