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

Method getValue

references/LocalCopy.java:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 }
16 }
17 public int getValue() { return n; }
18 public void setValue(int n) { this.n = n; }
19 public void increment() { n++; }
20 @Override public String toString() {

Callers 6

APersonMethod · 0.45
countMethod · 0.45
toStringMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected