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 voidadd(String s)StringgetLonguestMatchStartingIn(String s)
-