MCPcopy Create free account
hub / github.com/Seogeurim/CS-study / hasChild

Method hasChild

contents/data-structure/code/Trie/TrieExample.java:61–63  ·  view source on GitHub ↗
(char c)

Source from the content-addressed store, hash-verified

59 }
60
61 boolean hasChild(char c) {
62 return children[c - 'a'] != null;
63 }
64}

Callers 2

insertMethod · 0.95
checkWordMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected