Uses of Class
fj.data.hamt.Node
Packages that use Node
Package
Description
Types that set the premise for the existence of Functional Java.
-
Uses of Node in fj
-
Uses of Node in fj.data.hamt
Fields in fj.data.hamt with type parameters of type NodeMethods in fj.data.hamt that return NodeModifier and TypeMethodDescriptionstatic <K,
V> Node <K, V> Node.hamtNode
(HashArrayMappedTrie<K, V> hamt) static <K,
V> Node <K, V> Methods in fj.data.hamt that return types with arguments of type NodeMethod parameters in fj.data.hamt with type arguments of type NodeModifier and TypeMethodDescription<B> B
HashArrayMappedTrie.foldLeftOnNode
(F2<B, Node<K, V>, B> f, B b) Performs a left-fold reduction across this trie.private static <K,
V> HashArrayMappedTrie <K, V> Static constructor for a HAMT instance.Constructor parameters in fj.data.hamt with type arguments of type Node