Home | History | Annotate | Download | only in util

Lines Matching defs:getOrCreateChild

1358     public TrieNode getOrCreateChild(char ch) {
1372 root = root.getOrCreateChild(str.charAt(index++));