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

Method remove

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

Source from the content-addressed store, hash-verified

58 }
59
60 public SimpleStat remove(final String key) {
61 final SimpleStat v = counts.remove(key);
62 return v;
63 }
64}

Callers 3

mergeVariableDefsMethod · 0.45
trimStuckLevelsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected