Package valorless.valorlessutils
Class ValorlessUtils.Utils
java.lang.Object
valorless.valorlessutils.ValorlessUtils.Utils
- Enclosing class:
- ValorlessUtils
Deprecated.
Deprecated utility methods.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
IsStringNullOrEmpty
(String string) Deprecated.Will be removed in a future version.
-
Constructor Details
-
Utils
public Utils()Deprecated.
-
-
Method Details
-
IsStringNullOrEmpty
Deprecated.Will be removed in a future version.Checks if a string is null, empty, blank, or only whitespace.- Parameters:
string
- The string to check.- Returns:
- true if the string is null or empty; false otherwise.
-
Utils
instead.