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

org.echocat.locela.api.java.utils.StringUtils Maven / Gradle / Ivy

Go to download

Java API of a localization framework for an easy and platform independent work.

There is a newer version: 2.0.8
Show newest version
package org.echocat.locela.api.java.utils;

public class StringUtils {


    public static boolean isEmpty(String what) {
        return what == null || what.isEmpty();
    }

    private StringUtils() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy