public static class UninterruptibleUtils.Math extends Object
Math but annotated as uninterruptible.| Constructor and Description |
|---|
Math() |
| Modifier and Type | Method and Description |
|---|---|
static long |
abs(long a) |
static int |
max(int a,
int b) |
static long |
max(long a,
long b) |
static int |
min(int a,
int b) |