Uses of Package
org.jctools.maps
-
Packages that use org.jctools.maps Package Description org.jctools.maps -
Classes in org.jctools.maps used by org.jctools.maps Class Description AbstractEntry A simple implementation ofMap.Entry
.ConcurrentAutoTable An auto-resizing table oflongs
, supporting low-contention CAS operations.ConcurrentAutoTable.CAT NonBlockingHashMap A lock-free alternate implementation ofConcurrentHashMap
with better scaling properties and generally lower costs to mutate the Map.NonBlockingHashMap.CHM NonBlockingHashMap.Prime NonBlockingHashMap.SnapshotV NonBlockingHashMapLong A lock-free alternate implementation ofConcurrentHashMap
with primitive long keys, better scaling properties and generally lower costs.NonBlockingHashMapLong.CHM NonBlockingHashMapLong.Prime NonBlockingHashMapLong.SnapshotV NonBlockingIdentityHashMap A lock-free alternate implementation ofConcurrentHashMap
with better scaling properties and generally lower costs to mutate the Map.NonBlockingIdentityHashMap.CHM NonBlockingIdentityHashMap.Prime NonBlockingIdentityHashMap.SnapshotV NonBlockingSetInt A multi-threaded bit-vector set, implemented as an array of primitivelongs
.NonBlockingSetInt.NBSI