public static interface Describer.Printer
| 限定符和类型 | 方法和说明 |
|---|---|
Describer.Printer |
print(Object x)
Prints an object.
|
Describer.Printer |
println(Object x)
Prints an Object and then terminates the line.
|
Describer.Printer print(Object x)
x - The Object to be printedDescriber.Printer println(Object x)
x - The Object to be printed.Copyright © 2021. All rights reserved.