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

Method main

control/WhileTest.java:13–17  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

11 return result;
12 }
13 public static void main(String[] args) {
14 while(condition())
15 System.out.println("Inside 'while'");
16 System.out.println("Exited 'while'");
17 }
18}
19/* Output: (First and Last 5 Lines)
20true, Inside 'while'

Callers

nothing calls this directly

Calls 1

conditionMethod · 0.95

Tested by

no test coverage detected