All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.noear.wood.cache.memcached.TextUtils Maven / Gradle / Ivy

There is a newer version: 1.3.5
Show newest version
package org.noear.wood.cache.memcached;

class TextUtils {
    public static boolean isEmpty(String str){
        return (str == null || str.length()==0);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy