Package network.aika
Class Utils
- java.lang.Object
-
- network.aika.Utils
-
public class Utils extends Object
- Author:
- Lukas Molzberger
-
-
Constructor Summary
Constructors Constructor Description Utils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringaddPadding(String s, int targetSize)static StringcollapseText(String txt, int length)static Integermax(Integer a, Integer b)static doubleround(double x)
-