Interface Trie.Builder<V>
public static interface Trie.Builder<V>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()put(CharSequence str, V value) Associatevaluewith the stringstr.
-
Method Details
-
put
Associatevaluewith the stringstr. -
build
-