public class StringUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
joinStrings(List<String> list,
String delim)
This method takes a List
|
static List<String> |
split(String value,
String separator)
This method returns an immutable List
|
Copyright © 2008–2019 The Apache Software Foundation. All rights reserved.