Package io.github.gitbucket.markedj
Class Utils
- java.lang.Object
-
- io.github.gitbucket.markedj.Utils
-
public class Utils extends Object
-
-
Constructor Summary
Constructors Constructor Description Utils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>array2list(String[] array)static Stringescape(String html)static Stringescape(String html, boolean encode)static voidfillList(List<String> list, int length, String value)static booleanisEmpty(String str)static Stringor(String str1, String str2)static Stringtrim(String str)
-
-
-
Method Detail
-
isEmpty
public static boolean isEmpty(String str)
-
-