Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ add
Method
add
enums/CarWash.java:48–50 ·
view source on GitHub ↗
(Cycle cycle)
Source
from the content-addressed store, hash-verified
46
EnumSet<Cycle> cycles =
47
EnumSet.of(Cycle.BASIC, Cycle.RINSE);
48
public
void
add(Cycle cycle) {
49
cycles.add(cycle);
50
}
51
public
void
washCar() {
52
for
(Cycle c : cycles)
53
c.action();
Callers
15
main
Method · 0.95
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
fill
Method · 0.45
main
Method · 0.45
Calls
no outgoing calls
Tested by
3
initialize
Method · 0.36
insert
Method · 0.36
main
Method · 0.36