Uses of Class
org.jctools.maps.NonBlockingHashMapLong.CHM
-
Packages that use NonBlockingHashMapLong.CHM Package Description org.jctools.maps -
-
Uses of NonBlockingHashMapLong.CHM in org.jctools.maps
Fields in org.jctools.maps declared as NonBlockingHashMapLong.CHM Modifier and Type Field Description private NonBlockingHashMapLong.CHM
NonBlockingHashMapLong. _chm
(package private) NonBlockingHashMapLong.CHM
NonBlockingHashMapLong.CHM. _newchm
(package private) NonBlockingHashMapLong.CHM
NonBlockingHashMapLong.SnapshotV. _sschm
Fields in org.jctools.maps with type parameters of type NonBlockingHashMapLong.CHM Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicLongFieldUpdater<NonBlockingHashMapLong.CHM>
NonBlockingHashMapLong.CHM. _copyDoneUpdater
private static java.util.concurrent.atomic.AtomicLongFieldUpdater<NonBlockingHashMapLong.CHM>
NonBlockingHashMapLong.CHM. _copyIdxUpdater
private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<NonBlockingHashMapLong.CHM,NonBlockingHashMapLong.CHM>
NonBlockingHashMapLong.CHM. _newchmUpdater
private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<NonBlockingHashMapLong.CHM,NonBlockingHashMapLong.CHM>
NonBlockingHashMapLong.CHM. _newchmUpdater
private static java.util.concurrent.atomic.AtomicLongFieldUpdater<NonBlockingHashMapLong.CHM>
NonBlockingHashMapLong.CHM. _resizerUpdater
Methods in org.jctools.maps that return NonBlockingHashMapLong.CHM Modifier and Type Method Description private NonBlockingHashMapLong.CHM
NonBlockingHashMapLong.CHM. copy_slot_and_check(int idx, java.lang.Object should_help)
private NonBlockingHashMapLong.CHM
NonBlockingHashMapLong.CHM. resize()
Methods in org.jctools.maps with parameters of type NonBlockingHashMapLong.CHM Modifier and Type Method Description (package private) boolean
NonBlockingHashMapLong.CHM. CAS_newchm(NonBlockingHashMapLong.CHM newchm)
-