Modifier and Type | Method and Description |
---|---|
static String |
toMultiLineString(List<? extends Line> lines)
Returns a multi-line representation of the provided
lines . |
public static String toMultiLineString(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 © 2024. All rights reserved.