|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--unannoy.util.Str
Miscellaenous String utilities, notably the ability to check if a String is neither null or empty.
Constructor Summary | |
Str()
|
Method Summary | |
static boolean |
notNullOrEmpty(java.lang.String str)
Returns false if the String argument is null or is empty-length. |
static boolean |
nullOrEmpty(java.lang.String str)
Returns true if the String argument is null or is empty-length. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Str()
Method Detail |
public static boolean nullOrEmpty(java.lang.String str)
String
argument is null or is empty-length.
String
argument is null or is empty-length.public static boolean notNullOrEmpty(java.lang.String str)
String
argument is null or is empty-length.
String
argument is null or is empty-length.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |