Class Utils
- java.lang.Object
-
- io.streamthoughts.azkarra.api.util.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 booleancontains(char[] array, char target)static booleanisNullOrEmpty(String str)static booleanisNumber(String s)static StringpruneSuffix(String s, String suffix)
-