Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
normalize
Method · 0.95
recordJobStatus
Method · 0.45
create
Method · 0.45
add
Method · 0.45
compare
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
no test coverage detected