| Constructor and Description |
|---|
ValueUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
getValue(T checkValue,
T alternative) |
static double |
inRange(double checkValue,
double min,
double max) |
static long |
inRange(long checkValue,
long min,
long max) |
static <T> T[] |
nullOrNotEmpty(T[] checkValue) |
public static long inRange(long checkValue,
long min,
long max)
public static double inRange(double checkValue,
double min,
double max)
public static <T> T getValue(T checkValue,
T alternative)
public static <T> T[] nullOrNotEmpty(T[] checkValue)
Copyright © 2018. All rights reserved.