public class LettuceStrings extends Object
String checks.| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEmpty(CharSequence cs)
Checks if a CharSequence is empty ("") or null.
|
static boolean |
isNotEmpty(CharSequence cs)
Checks if a CharSequence is not empty ("") and not null.
|
public static boolean isEmpty(CharSequence cs)
cs - the char sequencepublic static boolean isNotEmpty(CharSequence cs)
cs - the char sequenceCopyright © 2016. All rights reserved.