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 voidadd(java.lang.String s)java.lang.StringgetLonguestMatchStartingIn(java.lang.String s)booleanremove(java.lang.String s)
-
-
-
Method Detail
-
remove
public boolean remove(java.lang.String s)
-
getLonguestMatchStartingIn
public java.lang.String getLonguestMatchStartingIn(java.lang.String s)
- Specified by:
getLonguestMatchStartingInin interfaceTrie
-
-