Package me.olhalvo.unum.types
Class UNumber
java.lang.Object
java.lang.Number
me.olhalvo.unum.types.UNumber
- All Implemented Interfaces:
Serializable
,Comparable<Number>
- Direct Known Subclasses:
UByte
Abstract class used to represent all unsigned number types
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Number
byteValue, doubleValue, floatValue, intValue, longValue, shortValue
-
Constructor Details
-
UNumber
public UNumber()
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Number>
-