Class | Description |
---|---|
BitSet |
A sequence of bits representing a value.
|
HashArrayMappedTrie<K,V> |
A hash array mapped trie (HAMT) is an implementation of an associative
array that combines the characteristics of a hash table and an array
mapped trie.
|
Node<K,V> |
A Hash Array Mapped Trie node that is either a key-value pair or a
Hash Array Mapped Trie.
|