public final class StringUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
constantToCamelCase(String constant) |
static boolean |
equalsIgnoreCaseAndWhitespace(String type1,
String type2)
Is the same string, by ignoring differences that are only whitespaces.
|
static int[] |
getIndices(String list) |
static <T> String |
joinWithSurroundingSeparator(List<T> list) |
static List<Integer> |
parseIntegerList(String integerList) |
static List<Integer> |
parseIntegerList(String integerList,
String delimiters) |
public static List<Integer> parseIntegerList(String integerList) throws NumberFormatException
NumberFormatException
public static List<Integer> parseIntegerList(String integerList, String delimiters) throws NumberFormatException
NumberFormatException
public static int[] getIndices(String list)
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.