Modifier and Type | Class and Description |
---|---|
pack-priv abstract class | AbstractEntry<
the type of keys maintained by this map TypeK, the type of mapped values TypeV>A simple implementation of |
public class | ConcurrentAutoTable
An auto-resizing table of |
public class | NonBlockingHashMap<
the type of keys maintained by this map TypeK, the type of mapped values TypeV>A lock-free alternate implementation of |
public class | NonBlockingHashMapLong<
the type of mapped values TypeV>A lock-free alternate implementation of |
public class | NonBlockingHashSet<E>
A simple wrapper around |
public class | NonBlockingIdentityHashMap<
the type of keys maintained by this map TypeK, the type of mapped values TypeV>A lock-free alternate implementation of |
public class | NonBlockingSetInt
A multi-threaded bit-vector set, implemented as an array of primitive
|