MCPcopy 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

mainMethod · 0.95
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
fillMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by 3

initializeMethod · 0.36
insertMethod · 0.36
mainMethod · 0.36