Package io.keikai.model.util
Class Strings
- java.lang.Object
-
- io.keikai.model.util.Strings
-
public class Strings extends Object
The class contains methods for checking a string.- Since:
- 3.5.0
- Author:
- dennis
-
-
Constructor Summary
Constructors Constructor Description Strings()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isBlank(String str)
static boolean
isEmpty(String str)
-