public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
compareInteger(Integer a,
Integer b) |
static boolean |
compareNullSafe(Integer a,
Integer b) |
static Integer |
nullSafeAdd(Integer a,
boolean fa,
Integer b,
boolean fb) |
static Integer |
nullSafeMin(Integer a,
Integer b) |
static Integer |
nullSafeSub(Integer a,
boolean fa,
Integer b,
boolean fb) |
static double |
round(double x) |
Copyright © 2017. All rights reserved.