Package me.araopj.cscreen.classes
Class Utilities
- java.lang.Object
-
- me.araopj.cscreen.classes.Utilities
-
public class Utilities extends Object
-
-
Constructor Summary
Constructors Constructor Description Utilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<List<String>>addHeader(List<List<String>> arr, String[] columnHeader)static StringalignedString(String str, int len, Position pos)static Stringcenter(String str, int len)static String[]createEmptyList(String[] arr)static Stringend(String str, int len)static intgetMax(String[] arr)static int[]getMaxByColumn(List<List<String>> arr)static booleanisNumeric(String str)static Stringstart(String str, int len)
-