public interface Composite
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
String |
toString(String indentation)
This method is an extension of the
Object.toString() method that
includes an indentation string that can be prepended to each line in a
composite class that requires multiple lines for its formatted output. |
String toString(String indentation)
Object.toString() method that
includes an indentation string that can be prepended to each line in a
composite class that requires multiple lines for its formatted output.indentation - The string to be prepended to each line output.Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.