MCPcopy Index your code
hub / github.com/davidgiven/luje / println

Method println

lib/java/io/PrintStream.java:517–519  ·  view source on GitHub ↗

Prints the string representation of the system property "line.separator" to the target stream.

()

Source from the content-addressed store, hash-verified

515 * {@code "line.separator"} to the target stream.
516 */
517 public void println() {
518 newline();
519 }
520
521 /**
522 * Prints the string representation of the specified character array

Callers 8

computeMethod · 0.80
benchMethod · 0.80
printResultMethod · 0.80
mainMethod · 0.80
intBenchmarkMethod · 0.80
longBenchmarkMethod · 0.80
floatBenchmarkMethod · 0.80
doubleBenchmarkMethod · 0.80

Calls 3

newlineMethod · 0.95
valueOfMethod · 0.95
printMethod · 0.95

Tested by

no test coverage detected