Package net.sourceforge.plantuml.tim
Interface Trie
-
- All Known Implementing Classes:
TrieImpl
public interface Trie
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(String s)
String
getLonguestMatchStartingIn(String s)
-