public interface Indented
| Modifier and Type | Method and Description |
|---|---|
String |
indentedStr(int indent)
Returns a string where line breaks extend the given amount of indentation.
|
String indentedStr(int indent)
indent - the amount of indent to start at. Pretty-printed subsequent lines may have
additional indent.Copyright © 2019. All rights reserved.