static final class IntIndexHashMap.Table<V>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.concurrent.atomic.AtomicReferenceArray<V[]> |
array |
(package private) IntIndexHashMap.Table<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 java.util.concurrent.atomic.AtomicReferenceArray<V[]> array
final int threshold
volatile int size
volatile IntIndexHashMap.Table<V> resizeView