Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ print
Method
print
housekeeping/Leaf.java:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
return
this;
12
}
13
void
print() {
14
System.out.println(
"i = "
+ i);
15
}
16
public
static
void
main(String[] args) {
17
Leaf x =
new
Leaf();
18
x.increment().increment().increment().print();
Callers
15
main
Method · 0.80
main
Method · 0.80
main
Method · 0.80
main
Method · 0.80
main
Method · 0.80
main
Method · 0.80
main
Method · 0.80
main
Method · 0.80
condition
Method · 0.80
say
Method · 0.80
main
Method · 0.80
countPet
Method · 0.80
Calls
no outgoing calls
Tested by
4
condition
Method · 0.64
main
Method · 0.64
main
Method · 0.64
main
Method · 0.64