Package fj.data.hamt


package fj.data.hamt
  • Classes
    Class
    Description
    A sequence of bits representing a value.
    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.