public class NumberUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static double |
checkNull(Double n) |
static float |
checkNull(Float n) |
static int |
checkNull(Integer n) |
static long |
checkNull(Long n) |
static short |
checkNull(Short n) |
static int |
toInteger(long n) |
static Integer |
toInteger(Long n) |
static Integer |
toInteger(Short n) |
static Long |
toLong(Integer n) |
static Long |
toLong(Short n) |
static short |
toShort(int n) |
static Short |
toShort(Integer n) |
static short |
toShort(long n) |
static Short |
toShort(Long n) |
public static short checkNull(Short n)
public static int checkNull(Integer n)
public static long checkNull(Long n)
public static float checkNull(Float n)
public static double checkNull(Double n)
public static short toShort(long n)
public static short toShort(int n)
public static int toInteger(long n)
Copyright © 2014 Molindo GmbH. All Rights Reserved.