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

Packages that use MrNumber
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 MrNumber in au.gov.tas.dpiwe.mr.util
 

Subclasses of MrNumber in au.gov.tas.dpiwe.mr.util
 class ByteRange
          The ByteRange class represents a range of byte values.
 class DoubleRange
          The DoubleRange class represents a range of double values.
 class FloatRange
          The FloatRange class represents a range of float values.
 class IntegerRange
          The IntegerRange class represents a range of integer values.
 class LongRange
          The LongRange class represents a range of long values.
 class MutableBigDecimal
          The MutableBigDecimal class wraps a value of the type BigDecimal.
 class MutableBigInteger
          The MutableBigInteger class wraps a value of the type BigInteger.
 class MutableByte
          The MutableByte class wraps a value of the primitive type byte in an object.
 class MutableDouble
          The MutableDouble class wraps a value of the primitive type double in an object.
 class MutableFloat
          The MutableFloat class wraps a value of the primitive type float in an object.
 class MutableInteger
          The MutableInteger class wraps a value of the primitive type int in an object.
 class MutableLong
          The MutableLong class wraps a value of the primitive type long in an object.
 class MutableShort
          The MutableShort class wraps a value of the primitive type short in an object.
 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 NullableNumber
          A wrapper around a Number or a null value.
 class NullableShort
          This is an emulation of Short which can simulate a null reference.
 class ShortRange
          The ShortRange class represents a range of short values.