Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ getValue
Method
getValue
equalshashcode/MapEntry.java:16–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
@Override
public
K getKey() {
return
key; }
16
@Override
public
V getValue() {
return
value; }
17
@Override
public
V setValue(V v) {
18
V result = value;
19
value = v;
Callers
4
equals
Method · 0.45
put
Method · 0.45
get
Method · 0.45
main
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected