public class StringUtils extends Object
Constructor and Description |
---|
StringUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
asciiEscape(byte[] theBytes,
Charset theCharset) |
static String |
defaultString(String theString) |
static boolean |
equals(String theString1,
String theString2)
Null safe equals comparison
|
static boolean |
isBlank(String theString) |
static boolean |
isNotBlank(String theString) |
public StringUtils()
public static boolean equals(String theString1, String theString2)
public static boolean isNotBlank(String theString)
public static String defaultString(String theString)
public static String asciiEscape(byte[] theBytes, Charset theCharset)
Copyright © 2012–2017 University Health Network. All rights reserved.