MCPcopy Create free account
hub / github.com/WinVector/Logistic / contains

Method contains

src/com/winvector/util/StatMap.java:43–45  ·  view source on GitHub ↗
(final String key)

Source from the content-addressed store, hash-verified

41 }
42
43 public boolean contains(final String key) {
44 return counts.containsKey(key);
45 }
46
47 public Set<String> keySet() {
48 return counts.keySet();

Callers 3

mergeVariableDefsMethod · 0.45
toStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected