public interface Printable
An object supporting a "print" method.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprint(PrintStream out) Print something to the given output stream.
-
Method Details
-
print
Print something to the given output stream. Will not necessarily flush the stream.- Parameters:
out- the stream to which the output will be printed
-