Uses of Package
fj.data.hamt
-
Packages that use fj.data.hamt Package Description fj Types that set the premise for the existence of Functional Java.fj.data.hamt -
Classes in fj.data.hamt used by fj Class Description BitSet A sequence of bits representing a value.HashArrayMappedTrie 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 A Hash Array Mapped Trie node that is either a key-value pair or a Hash Array Mapped Trie. -
Classes in fj.data.hamt used by fj.data.hamt Class Description BitSet A sequence of bits representing a value.HashArrayMappedTrie 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 A Hash Array Mapped Trie node that is either a key-value pair or a Hash Array Mapped Trie.