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

Method main

lowlevel/EvenProducer.java:15–17  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

13 return currentEvenValue;
14 }
15 public static void main(String[] args) {
16 EvenChecker.test(new EvenProducer());
17 }
18}
19/* Output:
20419 not even!

Callers

nothing calls this directly

Calls 1

testMethod · 0.95

Tested by

no test coverage detected