MCPcopy 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

toStringMethod · 0.45
showMethod · 0.45
showInvMethod · 0.45

Calls 1

valueMethod · 0.65

Tested by

no test coverage detected