Uses of Class
org.jctools.maps.ConcurrentAutoTable
Packages that use ConcurrentAutoTable
-
Uses of ConcurrentAutoTable in org.jctools.maps
Fields in org.jctools.maps declared as ConcurrentAutoTableModifier and TypeFieldDescriptionprivate ConcurrentAutoTable
NonBlockingHashMap._reprobes
private ConcurrentAutoTable
NonBlockingIdentityHashMap._reprobes
private final ConcurrentAutoTable
NonBlockingHashMap.CHM._size
private final ConcurrentAutoTable
NonBlockingHashMapLong.CHM._size
private final ConcurrentAutoTable
NonBlockingIdentityHashMap.CHM._size
private final ConcurrentAutoTable
NonBlockingSetInt.NBSI._size
private final ConcurrentAutoTable
NonBlockingHashMap.CHM._slots
private final ConcurrentAutoTable
NonBlockingHashMapLong.CHM._slots
private final ConcurrentAutoTable
NonBlockingIdentityHashMap.CHM._slots
Fields in org.jctools.maps with type parameters of type ConcurrentAutoTableModifier and TypeFieldDescriptionprivate static AtomicReferenceFieldUpdater
<ConcurrentAutoTable, ConcurrentAutoTable.CAT> ConcurrentAutoTable._catUpdater
Methods in org.jctools.maps with parameters of type ConcurrentAutoTableModifier and TypeMethodDescriptionlong
ConcurrentAutoTable.CAT.add_if
(long x, int hash, ConcurrentAutoTable master) Constructors in org.jctools.maps with parameters of type ConcurrentAutoTableModifierConstructorDescription(package private)
CHM
(ConcurrentAutoTable size) (package private)
CHM
(NonBlockingHashMapLong nbhml, ConcurrentAutoTable size, int logsize) (package private)
CHM
(ConcurrentAutoTable size) private
NBSI
(int max_elem, ConcurrentAutoTable ctr, NonBlockingSetInt nonb)