at.molindo.utils.data
Class NumberUtils
java.lang.Object
at.molindo.utils.data.NumberUtils
public class NumberUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
checkNull
public static short checkNull(Short n)
checkNull
public static int checkNull(Integer n)
checkNull
public static long checkNull(Long n)
checkNull
public static float checkNull(Float n)
checkNull
public static double checkNull(Double n)
toShort
public static short toShort(long n)
toShort
public static short toShort(int n)
toInteger
public static int toInteger(long n)
toShort
public static Short toShort(Long n)
toShort
public static Short toShort(Integer n)
toInteger
public static Integer toInteger(Long n)
toInteger
public static Integer toInteger(Short n)
toLong
public static Long toLong(Short n)
toLong
public static Long toLong(Integer n)
Copyright © 2013 Molindo GmbH. All Rights Reserved.