MCPcopy Create free account
hub / github.com/apache/nutch / getValue

Method getValue

src/java/org/apache/nutch/util/Histogram.java:51–53  ·  view source on GitHub ↗
(E x)

Source from the content-addressed store, hash-verified

49 }
50
51 public float getValue(E x) {
52 return map.get(x).value;
53 }
54
55 public int getCount(E x) {
56 return map.get(x).count;

Callers 5

normalizeMethod · 0.95
recordJobStatusMethod · 0.45
createMethod · 0.45
addMethod · 0.45
compareMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected