Class StringUtil
- java.lang.Object
-
- com.microsoft.azure.servicebus.primitives.StringUtil
-
public final class StringUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description StringUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getRandomString()
static String
getShortRandomString()
static boolean
isNullOrEmpty(String string)
static boolean
isNullOrWhiteSpace(String string)
-
-
-
Field Detail
-
EMPTY
public static final String EMPTY
- See Also:
- Constant Field Values
-
-