org.finra.jtaf.core.utilities
Class StringHelper
java.lang.Object
org.finra.jtaf.core.utilities.StringHelper
public class StringHelper
- extends Object
Random String-related functions that are generally useful
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringHelper
public StringHelper()
indent
public static final String indent(int depth)
- This method is not thread-safe
- Parameters:
depth
-
- Returns:
join
public static final String join(Object[] elements,
String glue)
join
public static final String join(Collection<? extends Object> elements,
String glue)
getConcatenatedStringFromList
public static String getConcatenatedStringFromList(List<String> input,
String delimiter)
getZipAndConcatenated
public static String getZipAndConcatenated(List<String> input1,
List<String> input2,
String delimiter)
ArrayToList
public static List<String> ArrayToList(String[] input)
Copyright © 2014. All rights reserved.