Class AbstractBitwiseTrie.BasicEntry<K,​V>

    • Field Detail

      • key

        protected K key
      • value

        protected V value
    • Constructor Detail

      • BasicEntry

        public BasicEntry​(K key)
      • BasicEntry

        public BasicEntry​(K key,
                          V value)