Interface Trie

All Known Implementing Classes:
TrieImpl

public interface Trie
  • Method Details

    • add

      void add(String s)
    • getLonguestMatchStartingIn

      String getLonguestMatchStartingIn(String s)