public static interface Display.Printer
| Modifier and Type | Method and Description |
|---|---|
Display.Printer |
print(Object x)
Prints an object.
|
Display.Printer |
println(Object x)
Prints an Object and then terminates the line.
|
Display.Printer print(Object x)
x - The Object to be printedDisplay.Printer println(Object x)
x - The Object to be printed.Copyright © 2023. All rights reserved.