|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deken.game.utils.StringUtils
public class StringUtils
Title: StringUtils
Description:
Copyright: Copyright (c) Sep 21, 2014
Constructor Summary | |
---|---|
StringUtils()
|
Method Summary | |
---|---|
static boolean |
isBlank(java.lang.CharSequence cs)
Checks if a CharSequence is whitespaces, empty ("") or null |
static boolean |
isEmpty(java.lang.CharSequence c)
Checks if a CharSequence is empty ("") or null. |
static boolean |
isNotBlank(java.lang.CharSequence cs)
Checks if a CharSequence is not empty (""), not null and not whitespace only. |
static boolean |
isNotEmpty(java.lang.CharSequence c)
Checks if a CharSequence is not empty ("") and not null. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringUtils()
Method Detail |
---|
public static boolean isBlank(java.lang.CharSequence cs)
cs
-
public static boolean isEmpty(java.lang.CharSequence c)
c
-
public static boolean isNotBlank(java.lang.CharSequence cs)
cs
-
public static boolean isNotEmpty(java.lang.CharSequence c)
c
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |