MCPcopy
hub / github.com/kevin-wayne/algs4 / print

Method print

src/main/java/edu/princeton/cs/algs4/StdOut.java:179–181  ·  view source on GitHub ↗

Flushes standard output.

()

Source from the content-addressed store, hash-verified

177 * Flushes standard output.
178 */
179 public static void print() {
180 out.flush();
181 }
182
183 /**
184 * Prints an object to standard output and flushes standard output.

Callers 15

mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected