MCPcopy 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

equalsMethod · 0.45
putMethod · 0.45
getMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected