| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
toMultiLineString(java.util.List<? extends Line> lines)
Returns a multi-line representation of the provided
lines. |
public static java.lang.String toMultiLineString(java.util.List<? extends Line> lines)
lines. The
last line of the returned string is never terminated, all other lines are
terminated with guarantee even if the line itself has an empty line
ending string.Copyright © 2021. All Rights Reserved.