Package eu.europa.ec.taxud.cesop.utils
Interface LangUtils
-
public interface LangUtils
Utility functions to help with java language and standard library. We don't use apache commons here to keep as few dependencies for this module as possible.
-
-
Method Summary
Static Methods Modifier and Type Method Description static boolean
isBlank(CharSequence cs)
static boolean
isNotBlank(CharSequence cs)
-
-
-
Method Detail
-
isBlank
static boolean isBlank(CharSequence cs)
-
isNotBlank
static boolean isNotBlank(CharSequence cs)
-
-