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

com.github.yoojia.next.lang.Text Maven / Gradle / Ivy

package com.github.yoojia.next.lang;

/**
 * @author YOOJIA.CHEN (yoojia.chen@gmail.com)
 * @version 2015-10-16
 */
public class Text {

    public static boolean isEmpty(CharSequence input) {
        return input == null || input.length() == 0;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy