MCPcopy Create free account
hub / github.com/bighuang624/Algorithms-notes / printf

Method printf

code/algs4/Out.java:281–284  ·  view source on GitHub ↗

Prints a formatted string to this output stream, using the specified format string and arguments, and then flushes this output stream. @param format the format string @param args the arguments accompanying the format string

(String format, Object... args)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainMethod · 0.45

Calls 1

flushMethod · 0.80

Tested by

no test coverage detected