Class TrieTree

java.lang.Object
org.apache.dubbo.rpc.support.TrieTree

public class TrieTree extends Object
  • Constructor Details

    • TrieTree

      public TrieTree(Set<String> words)
  • Method Details

    • search

      public boolean search(String word)