All Classes and Interfaces

Class
Description
Memory efficient map data structure that dynamically changes its representation depending on the number of entries and is specially optimized for small number of entries.
Utility methods for the EconomicMap.
Wraps an existing Map as an EconomicMap.
Memory efficient set data structure.
Strategy for comparing two objects.
Concurrent lock-free pool data structure.
Thread-safe and lock-free prefix-tree implementation in which keys are sequences of 64-bit values, and the values are 64-bit values.
Policy for allocating objects of the lock-free prefix tree.
Allocator that allocates objects directly on the managed heap.
 
Allocator that internally maintains several pools of preallocated objects, and allocates objects from those pools.
Cursor to iterate over a mutable map.
Utility class representing a pair of values.
Thread-safe prefix-tree implementation in which keys are sequences of 64-bit values, and the values are 64-bit values.
 
Unmodifiable memory efficient map.
Unmodifiable memory efficient set data structure.
Cursor to iterate over a map without changing its contents.