Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ washCar
Method
washCar
enums/CarWash.java:51–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
cycles.add(cycle);
50
}
51
public
void
washCar() {
52
for
(Cycle c : cycles)
53
c.action();
54
}
55
@Override
public
String toString() {
56
return
cycles.toString();
57
}
Callers
1
main
Method · 0.95
Calls
1
action
Method · 0.65
Tested by
no test coverage detected