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

Method println

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

Terminates the current line by printing the line-separator string.

()

Source from the content-addressed store, hash-verified

87 * Terminates the current line by printing the line-separator string.
88 */
89 public static void println() {
90 out.println();
91 }
92
93 /**
94 * Prints an object to this output stream and then terminates the line.

Callers 15

mainMethod · 0.95
mainMethod · 0.95
showMethod · 0.95
mainMethod · 0.95
checkMethod · 0.95
mainMethod · 0.95
showMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
showMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected