public final class StringUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
append(String value1,
String value2)
Appends the two given strings together.
|
static boolean |
hasText(String value)
Returns true only if the given string is not empty, false otherwise.
|
public static boolean hasText(String value)
value
- value to be testedCopyright © 2014–2020, Printing in 3D. All rights reserved.