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 ConcurrentAutoTableNonBlockingHashMap. _reprobesprivate ConcurrentAutoTableNonBlockingHashMapLong. _reprobesprivate ConcurrentAutoTableNonBlockingIdentityHashMap. _reprobesprivate ConcurrentAutoTableNonBlockingHashMap.CHM. _sizeprivate ConcurrentAutoTableNonBlockingHashMapLong.CHM. _sizeprivate ConcurrentAutoTableNonBlockingIdentityHashMap.CHM. _sizeprivate ConcurrentAutoTableNonBlockingSetInt.NBSI. _sizeprivate ConcurrentAutoTableNonBlockingHashMap.CHM. _slotsprivate ConcurrentAutoTableNonBlockingHashMapLong.CHM. _slotsprivate ConcurrentAutoTableNonBlockingIdentityHashMap.CHM. _slotsFields 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. _catUpdaterMethods in org.jctools.maps with parameters of type ConcurrentAutoTable Modifier and Type Method Description longConcurrentAutoTable.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)
-