Package | Description |
---|---|
org.jctools.maps |
Modifier and Type | Field and Description |
---|---|
private ConcurrentAutoTable |
NonBlockingIdentityHashMap._reprobes |
private ConcurrentAutoTable |
NonBlockingHashMap._reprobes |
private ConcurrentAutoTable |
NonBlockingSetInt.NBSI._size |
private ConcurrentAutoTable |
NonBlockingHashMapLong.CHM._size |
private ConcurrentAutoTable |
NonBlockingIdentityHashMap.CHM._size |
private ConcurrentAutoTable |
NonBlockingHashMap.CHM._size |
private ConcurrentAutoTable |
NonBlockingHashMapLong.CHM._slots |
private ConcurrentAutoTable |
NonBlockingIdentityHashMap.CHM._slots |
private ConcurrentAutoTable |
NonBlockingHashMap.CHM._slots |
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<ConcurrentAutoTable,ConcurrentAutoTable.CAT> |
ConcurrentAutoTable._catUpdater |
Modifier and Type | Method and Description |
---|---|
long |
ConcurrentAutoTable.CAT.add_if(long x,
int hash,
ConcurrentAutoTable master) |
Constructor and Description |
---|
CHM(ConcurrentAutoTable size) |
CHM(ConcurrentAutoTable size) |
CHM(NonBlockingHashMapLong nbhml,
ConcurrentAutoTable size,
int logsize) |
NBSI(int max_elem,
ConcurrentAutoTable ctr,
NonBlockingSetInt nonb) |