Package express.mvp.roray.utils.collections


package express.mvp.roray.utils.collections
  • Class
    Description
    An intrusive linked list where the "next" pointer is stored within the element's memory.
    An intrusive linked list implementation using off-heap memory segments.
    A primitive long-to-int map backed entirely by off-heap memory.
    A linear-probing, open-addressing hash map with off-heap keys and off-heap int values.
    A primitive long-to-Object map backed by off-heap memory for the keys/structure.
    A linear-probing, open-addressing hash map with off-heap keys and on-heap values.
    A primitive int-based ring buffer (circular queue) backed by off-heap memory.
    An MPMC (Multi-Producer Multi-Consumer) lock-free ring buffer.