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 ConcurrentAutoTableNonBlockingHashMap._reprobesprivate ConcurrentAutoTableNonBlockingHashMapLong._reprobesprivate ConcurrentAutoTableNonBlockingIdentityHashMap._reprobesprivate final ConcurrentAutoTableNonBlockingHashMap.CHM._sizeprivate ConcurrentAutoTableNonBlockingHashMapLong.CHM._sizeprivate final ConcurrentAutoTableNonBlockingIdentityHashMap.CHM._sizeprivate final ConcurrentAutoTableNonBlockingSetInt.NBSI._sizeprivate final ConcurrentAutoTableNonBlockingHashMap.CHM._slotsprivate ConcurrentAutoTableNonBlockingHashMapLong.CHM._slotsprivate final ConcurrentAutoTableNonBlockingIdentityHashMap.CHM._slotsFields in org.jctools.maps with type parameters of type ConcurrentAutoTableModifier and TypeFieldDescriptionprivate static AtomicReferenceFieldUpdater<ConcurrentAutoTable, ConcurrentAutoTable.CAT> ConcurrentAutoTable._catUpdaterMethods in org.jctools.maps with parameters of type ConcurrentAutoTableModifier and TypeMethodDescriptionlongConcurrentAutoTable.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) privateNBSI(int max_elem, ConcurrentAutoTable ctr, NonBlockingSetInt nonb)