JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
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
(
String
s)
String
getLonguestMatchStartingIn
(
String
s)
Method Details
add
void
add
(
String
s)
getLonguestMatchStartingIn
String
getLonguestMatchStartingIn
(
String
s)