public abstract class AbstractPrintable extends Object implements Printable
Besides implementing the Printable interface, it provides a standard toString() implementation using
a StringBuilder and the Printable.print(Appendable) method.
| Constructor and Description |
|---|
AbstractPrintable() |
Copyright © 2019. All rights reserved.