Serialized Form
-
Package me.olhalvo.unum.exception
-
Exception Class me.olhalvo.unum.exception.OutOfUnsignedRangeException
class OutOfUnsignedRangeException extends NumberFormatException implements Serializable
-
-
Package me.olhalvo.unum.types
-
Class me.olhalvo.unum.types.UByte
class UByte extends UNumber implements Serializable- serialVersionUID:
- 1510047123516292284L
-
Serialized Fields
-
value
short value
The value of this UByte stored as a short to avoid sign issues
-
-
Class me.olhalvo.unum.types.UNumber
class UNumber extends Number implements Serializable- serialVersionUID:
- -6870012790496809770L
-
Class me.olhalvo.unum.types.UShort
class UShort extends Number implements Serializable- serialVersionUID:
- -7889639490505317347L
-
Serialized Fields
-
value
int value
The value of this UShort stored as an int to avoid sign issues- See Also:
-
-
-
Package me.olhalvo.unum.types.overflow
-
Class me.olhalvo.unum.types.overflow.UByteO
class UByteO extends UByte implements Serializable- serialVersionUID:
- 1L
-