Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ getKey
Method
getKey
equalshashcode/MapEntry.java:15–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
this.value = value;
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;
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