MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / max

Method max

interfaces/MICollision.java:44–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42
43interface Max1 {
44 default void max() {
45 System.out.println("Max1::max");
46 }
47}

Callers 6

mainMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
rangeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected