MCPcopy
hub / github.com/careercup/ctci / addWord

Method addWord

java/Chapter 18/Question18_13/WordGroup.java:20–23  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

18 }
19
20 public void addWord (String s) {
21 group.add(s);
22 lookup.put(s, true);
23 }
24
25 public int length() {
26 return group.size();

Callers 1

createWordGroupsMethod · 0.45

Calls 2

putMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected