public class StringTrie extends Object
| Constructor and Description |
|---|
StringTrie() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(char[] chars,
int index) |
boolean |
contains(char[] chars,
int index) |
Copyright © 2020 Soot OSS. All rights reserved.