Uses of Class
org.jctools.maps.ConcurrentAutoTable
-
Packages that use ConcurrentAutoTable Package Description org.jctools.maps -
-
Uses of ConcurrentAutoTable in org.jctools.maps
Fields in org.jctools.maps declared as ConcurrentAutoTable Modifier and Type Field Description private ConcurrentAutoTable
NonBlockingHashMap. _reprobes
private ConcurrentAutoTable
NonBlockingIdentityHashMap. _reprobes
private ConcurrentAutoTable
NonBlockingHashMap.CHM. _size
private ConcurrentAutoTable
NonBlockingHashMapLong.CHM. _size
private ConcurrentAutoTable
NonBlockingIdentityHashMap.CHM. _size
private ConcurrentAutoTable
NonBlockingSetInt.NBSI. _size
private ConcurrentAutoTable
NonBlockingHashMap.CHM. _slots
private ConcurrentAutoTable
NonBlockingHashMapLong.CHM. _slots
private ConcurrentAutoTable
NonBlockingIdentityHashMap.CHM. _slots
Fields in org.jctools.maps with type parameters of type ConcurrentAutoTable Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<ConcurrentAutoTable,ConcurrentAutoTable.CAT>
ConcurrentAutoTable. _catUpdater
Methods in org.jctools.maps with parameters of type ConcurrentAutoTable Modifier and Type Method Description long
ConcurrentAutoTable.CAT. add_if(long x, int hash, ConcurrentAutoTable master)
Constructors in org.jctools.maps with parameters of type ConcurrentAutoTable Constructor Description CHM(ConcurrentAutoTable size)
CHM(NonBlockingHashMapLong nbhml, ConcurrentAutoTable size, int logsize)
CHM(ConcurrentAutoTable size)
NBSI(int max_elem, ConcurrentAutoTable ctr, NonBlockingSetInt nonb)
-