JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
net.sourceforge.plantuml.tim
Trie
Contents
Description
Method Summary
Method Details
add(String)
getLonguestMatchStartingIn(String, int)
Hide sidebar
Show sidebar
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, int pos)
Method Details
add
void
add
(
String
s)
getLonguestMatchStartingIn
String
getLonguestMatchStartingIn
(
String
s, int pos)