public class Utility extends Object
Constructor and Description |
---|
Utility() |
Modifier and Type | Method and Description |
---|---|
static String |
adjustLine(String s,
int n) |
static void |
detectJvm()
Check JVM
|
static String |
join(List<String> list) |
static String |
join(List<String> list,
String delimiter) |
static String |
padLeft(String s,
int n) |
static String |
padRight(String s,
int n) |
static int |
sum(List<Integer> list) |
Copyright © 2022. All rights reserved.