1 to 10 of 22 results. prev page | next page
Prints formatted output, as per format
Prints the object(s) to the output stream that is the current value of *out*. print and println produce output for human consumption.
Same as print followed by (newline)
print to a string, returning it
println to a string, returning it
Prints a collection of maps in a textual table. Prints table headings ks, and then a line of output for each row, corresponding to the keys in ks. If ks are not specified, use the keys of the first item in rows.