Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
APerson
Method · 0.45
count
Method · 0.45
toString
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected