public final class Node<K,V>
extends Object
A Hash Array Mapped Trie node that is either a key-value pair or a
Hash Array Mapped Trie.
-
-
Constructor Summary
Constructors
-
Method Summary
<B> B
Performs a reduction on this Node using the given arguments.
-
-
Constructor Details
-
-
Node
public Node(P2<K,V> simpleNode)
-
-
Method Details
-
p2Node
public static <K,
V> Node<K,V> p2Node(P2<K,V> p)
-
-
match
Performs a reduction on this Node using the given arguments.
-
-