Top Classes
module io.netty.common

Package io.netty.util.internal.shaded.org.jctools.maps


Class Summary

Modifier and TypeClass 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 java.util.Map.Entry.

public class
ConcurrentAutoTable

An auto-resizing table of longs, supporting low-contention CAS operations.

public class
NonBlockingHashMap<
the type of keys maintained by this map
TypeK
,
the type of mapped values
TypeV
>

A lock-free alternate implementation of java.util.concurrent.ConcurrentHashMap with better scaling properties and generally lower costs to mutate the Map.

public class
NonBlockingHashMapLong<
the type of mapped values
TypeV
>

A lock-free alternate implementation of java.util.concurrent.ConcurrentHashMap with primitive long keys, better scaling properties and generally lower costs.

public class
NonBlockingHashSet<E>

A simple wrapper around NonBlockingHashMap making it implement the Set interface.

public class
NonBlockingIdentityHashMap<
the type of keys maintained by this map
TypeK
,
the type of mapped values
TypeV
>

A lock-free alternate implementation of java.util.concurrent.ConcurrentHashMap with better scaling properties and generally lower costs to mutate the Map.

public class
NonBlockingSetInt

A multi-threaded bit-vector set, implemented as an array of primitive longs.