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 String
escape(String html)
static String
escape(String html, boolean encode)
static void
fillList(List<String> list, int length, String value)
static boolean
isEmpty(String str)
static String
or(String str1, String str2)
static String
trim(String str)
-
-
-
Method Detail
-
isEmpty
public static boolean isEmpty(String str)
-
-