public class StringUtils extends Object
static String
generateUUID()
static boolean
isEmpty(String s)
isNotEmpty(String s)
replace(String text, String repl, String with)
replace(String text, String repl, String with, int max)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static boolean isEmpty(String s)
public static boolean isNotEmpty(String s)
public static String generateUUID()
public static String replace(String text, String repl, String with)
public static String replace(String text, String repl, String with, int max)
Copyright © 2014. All Rights Reserved.