Package net.sourceforge.plantuml.tim
Class TrieImpl
- java.lang.Object
-
- net.sourceforge.plantuml.tim.TrieImpl
-
-
Constructor Summary
Constructors Constructor Description TrieImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(String s)
String
getLonguestMatchStartingIn(String s)
boolean
remove(String s)
-