Java com.jgoodies.common.base Strings fields, constructors, methods, implement or subclass

Example usage for Java com.jgoodies.common.base Strings fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.jgoodies.common.base Strings.

The text is from its open source code.

Method

booleanisBlank(String str)
Checks if the given string is whitespace, empty ("") or null .
booleanisEmpty(String str)
Checks if the given string is empty ("") or null .
booleanisNotEmpty(String str)
Checks if the given string is not empty ("") and not null .