Package valorless.valorlessutils
Class ValorlessUtils.Utils
java.lang.Object
valorless.valorlessutils.ValorlessUtils.Utils
- Enclosing class:
- ValorlessUtils
Deprecated.
Deprecated utility methods.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanIsStringNullOrEmpty(String string) Deprecated.Will be removed in a future version.
- 
Constructor Details- 
Utilspublic Utils()Deprecated.
 
- 
- 
Method Details- 
IsStringNullOrEmptyDeprecated.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.
 
 
- 
Utilsinstead.