MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / getKey

Method getKey

onjava/CountMap.java:35–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 Objects.equals(index, ((Entry)o).index);
34 }
35 @Override public Integer getKey() { return index; }
36 @Override public String getValue() {
37 return value(index);
38 }

Callers 7

countMethod · 0.45
toStringMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
toStringMethod · 0.45
showMethod · 0.45
showInvMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected