MCPcopy Index your code
hub / github.com/careercup/ctci / setTerminates

Method setTerminates

java/CtCILibrary/CtCILibrary/TrieNode.java:89–91  ·  view source on GitHub ↗
(boolean t)

Source from the content-addressed store, hash-verified

87 }
88
89 public void setTerminates(boolean t) {
90 terminates = t;
91 }
92}

Callers 1

addWordMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected