Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ getValue
Method
getValue
onjava/CountMap.java:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
@Override
public
Integer getKey() {
return
index; }
36
@Override
public
String getValue() {
37
return
value(index);
38
}
39
@Override
public
String setValue(String value) {
40
throw
new
UnsupportedOperationException();
41
}
Callers
3
toString
Method · 0.45
show
Method · 0.45
showInv
Method · 0.45
Calls
1
value
Method · 0.65
Tested by
no test coverage detected