All Classes and Interfaces
Interfaces
Class
Description
An interface representing an adjustable binary heap data structure.
Basic binary search tree collection which permits duplicates.
A heap is a data structure which satisfies the heap property.
This stack is considered 'immutable' because no operations are performed in-place at any given element.
A mergeable heap data structure is a heap that allows for efficient merging of two heaps
into a single heap.
The PrefixTrie can perform fast prefix matching.
A ring buffer abstraction
An extension of the prefix trie.