MCPcopy Create free account
hub / github.com/SquirrelJME/SquirrelJME / printf

Method printf

runt/apis/cldc-compact/java/io/PrintStream.java:308–311  ·  view source on GitHub ↗

Writes formatted text to the print stream, using the default locale. @param __fmt The format specifiers. @param __args The arguments. @return this. @throws IllegalArgumentException If the string contains illegal format specifiers. @throws NullPointerException If no format was specified. @si

(String __fmt, Object... __args)

Source from the content-addressed store, hash-verified

306 * @since 2018/09/23
307 */
308 public PrintStream printf(String __fmt, Object... __args)
309 {
310 return this.__printf(__fmt, __args);
311 }
312
313 /**
314 * Prints the end of line sequence that is used for the current platform.

Callers 15

mainMethod · 0.95
runTestMethod · 0.95
__noteMethod · 0.95
__mergeIntoMethod · 0.45
__compileStepMethod · 0.45
mainMethod · 0.45
printSuiteMethod · 0.45
installationDoneMethod · 0.45
updateStatusMethod · 0.45
__scanSourcesMethod · 0.45
compileMethod · 0.45
listTasksMethod · 0.45

Calls 1

__printfMethod · 0.95

Tested by 14

mainMethod · 0.76
runTestMethod · 0.76
mainMethod · 0.36
mainMethod · 0.36
mainMethod · 0.36
mainMethod · 0.36
mainMethod · 0.36
dumpAnnotationMethod · 0.36
dumpClassMethod · 0.36
dumpFieldMethod · 0.36
dumpInnerClassesMethod · 0.36
dumpMethodMethod · 0.36