public class Printer extends Object
| 构造器和说明 |
|---|
Printer() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
print(Object value)
Print value
|
static void |
printf(String format,
Object... values)
Format print using the specified format string and arguments.
|
static void |
println()
Print line
|
static void |
println(Object value)
Prints an Object and then terminate the line.
|
Copyright © 2015. All rights reserved.