Uses of Class
au.gov.tas.dpiwe.mr.util.NullableNumber

Packages that use NullableNumber
au.gov.tas.dpiwe.mr.util The au.gov.tas.dpiwe.mr.util package contains generally useful utility classes which, while being used to help code internal functions of the architecture, could be more widely applicable. 
 

Uses of NullableNumber in au.gov.tas.dpiwe.mr.util
 

Subclasses of NullableNumber in au.gov.tas.dpiwe.mr.util
 class NullableBigDecimal
          This is an emulation of BigDecimal which can simulate a null reference.
 class NullableBigInteger
          This is an emulation of BigInteger which can simulate a null reference.
 class NullableByte
          This is an emulation of Byte which can simulate a null reference.
 class NullableDouble
          This is an emulation of Double which can simulate a null reference.
 class NullableFloat
          This is an emulation of Float which can simulate a null reference.
 class NullableInteger
          This is an emulation of Integer which can simulate a null reference.
 class NullableLong
          This is an emulation of Long which can simulate a null reference.
 class NullableShort
          This is an emulation of Short which can simulate a null reference.