at.molindo.utils.data
Class NumberUtils

java.lang.Object
  extended by at.molindo.utils.data.NumberUtils

public class NumberUtils
extends Object


Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.