HashSet - Hash table implementation of the
Set interface.
HazardPointer - Hazard pointer is a method of
protecting a pointer shared by many threads. If you want to use atomic pointer that may be freed you should use following code:
Lazy - Represents a lazy value. I.e. value that is computed on
demand.
LinkedList - Doubly-linked list implementation of the
List interface.
PriorityQueue - Relaxed fibonacci heap priority queue
implementation of the Queue.
Promise - Promise allows to set a value with associated
Future. Please note that value can be stored only once.
TreeMap - Left-leaning red-black tree implementation of the
Map interface.
TreeMultiMap - Left-leaning red-black tree
implementation of the MultiMap interface.
TreeMultiSet - Left-leaning red-black tree
implementation of the MultiSet interface.
TreeSet - Left-leaning red-black tree implementation of the
Set interface.