Package fj.data.hamt

Class Node<K,​V>


  • public final class Node<K,​V>
    extends java.lang.Object
    A Hash Array Mapped Trie node that is either a key-value pair or a Hash Array Mapped Trie.