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(java.lang.String s)
java.lang.String
getLonguestMatchStartingIn(java.lang.String s)
-