Red Hat JBoss Enterprise Application Platform 7.1.0.GA
-
-
Constructor Summary
Constructors
Constructor and Description |
StringUtil() |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
StringUtil
public StringUtil()
-
Method Detail
-
joinStringList
public static String joinStringList(List<String> strList,
String delimit)
Convert a list of Strings into a single String
- Parameters:
strList
- the string list
delimit
- the delimiter used to separate each string entry in the list
- Returns:
- the converted string
-
splitStringList
public static List<String> splitStringList(String strList,
String delimit)
Convert a String into a list of String
- Parameters:
strList
- the String
delimit
- used to separate items within the string.
- Returns:
- the string list
Red Hat JBoss Enterprise Application Platform 7.1.0.GA
Copyright © 2017 JBoss by Red Hat. All rights reserved.