public final class StringBuilderUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
appendLine(StringBuilder sb,
String fmt,
Object... args) |
static StringBuilder |
deleteLast(StringBuilder sb,
int count) |
public static void appendLine(StringBuilder sb, String fmt, Object... args)
public static StringBuilder deleteLast(StringBuilder sb, int count)
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.