|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--unannoy.util.Stuff
Constructor Summary | |
Stuff()
|
Method Summary | |
static boolean |
notNullOrEmpty(java.util.Collection col)
Returns false if the Collection parameter is null or is empty-length. |
static boolean |
notNullOrEmpty(java.lang.String str)
Returns false if the String parameter is null or is empty-length. |
static boolean |
nullOrEmpty(java.util.Collection col)
Returns true if the Collection parameter is null or is empty-length. |
static boolean |
nullOrEmpty(java.lang.String str)
Returns true if the String parameter 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 Stuff()
Method Detail |
public static boolean nullOrEmpty(java.lang.String str)
String
parameter is null or is empty-length.
String
parameter is null or is empty-length.public static boolean notNullOrEmpty(java.lang.String str)
String
parameter is null or is empty-length.
String
parameter is null or is empty-length.public static boolean nullOrEmpty(java.util.Collection col)
Collection
parameter is null or is empty-length.
Collection
parameter is null or is empty-length.public static boolean notNullOrEmpty(java.util.Collection col)
Collection
parameter is null or is empty-length.
Collection
parameter is null or is empty-length.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |