Uses of Class
fj.data.hamt.HashArrayMappedTrie
Packages that use HashArrayMappedTrie
Package
Description
Types that set the premise for the existence of Functional Java.
-
Uses of HashArrayMappedTrie in fj
Methods in fj that return types with arguments of type HashArrayMappedTrie -
Uses of HashArrayMappedTrie in fj.data.hamt
Fields in fj.data.hamt with type parameters of type HashArrayMappedTrieMethods in fj.data.hamt that return HashArrayMappedTrieModifier and TypeMethodDescriptionstatic <K,
V> HashArrayMappedTrie <K, V> Creates an empty trie.static <V> HashArrayMappedTrie
<Integer, V> HashArrayMappedTrie.emptyKeyInteger()
Create and empty trie keyed by integer.private static <K,
V> HashArrayMappedTrie <K, V> Static constructor for a HAMT instance.Adds the product of key-value (k, v) pairs to the trie.Adds the key-value pair (k, v) to the trie.private HashArrayMappedTrie
<K, V> Sets the key-value pair (k, v) for the bit range lowIndex (inclusive) to highIndex (exclusive).Methods in fj.data.hamt with parameters of type HashArrayMappedTrieModifier and TypeMethodDescriptionstatic <K,
V> Node <K, V> Node.hamtNode
(HashArrayMappedTrie<K, V> hamt) Constructors in fj.data.hamt with parameters of type HashArrayMappedTrieConstructor parameters in fj.data.hamt with type arguments of type HashArrayMappedTrie