Interface Trie.Builder<V>

Enclosing interface:
Trie<V>

public static interface Trie.Builder<V>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    put(CharSequence str, V value)
    Associate value with the string str.