All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static String |
collapseText(String txt,
int length) |
static int |
compareInteger(Integer a,
Integer b) |
static boolean |
compareNullSafe(Integer a,
Integer b) |
static <T> boolean |
contains(T[] in,
T x,
Comparator<T> c) |
static Integer |
nullSafeAdd(Integer a,
boolean fa,
Integer b,
boolean fb) |
static Double |
nullSafeMax(Double a,
Double b) |
static Integer |
nullSafeMax(Integer a,
Integer b) |
static Integer |
nullSafeMin(Integer a,
Integer b) |
static Integer |
nullSafeSub(Integer a,
boolean fa,
Integer b,
boolean fb) |
static double |
round(double x) |
static double |
sigmoid(double x) |