public class StringUtil extends Object
| Constructor and Description |
|---|
StringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
joinStringList(List<String> strList,
String delimit)
Convert a list of Strings into a single String
|
static List<String> |
splitStringList(String strList,
String delimit)
Convert a String into a list of String
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.