- Integers - Class in com.rometools.utils
-
- isBlank(String) - Static method in class com.rometools.utils.Strings
-
Checks whether a String is null, empty or blank.
- isEmpty(List<?>) - Static method in class com.rometools.utils.Lists
-
Checks whether the list is null or empty.
- isEmpty(String) - Static method in class com.rometools.utils.Strings
-
Checks whether a String is null or empty.
- isNotEmpty(List<?>) - Static method in class com.rometools.utils.Lists
-
Checks whether the list is not null and not empty.
- isNotEmpty(String) - Static method in class com.rometools.utils.Strings
-
Checks whether a String is neither null nor empty.
- isNull(String) - Static method in class com.rometools.utils.Strings
-
Checks whether a String is null.