Package gnu.math
Class UByte
java.lang.Object
java.lang.Number
gnu.math.UnsignedPrim
gnu.math.UByte
- All Implemented Interfaces:
Serializable
,Comparable<UByte>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gnu.math.UnsignedPrim
doubleValue, floatValue, hashCode, longValue
Methods inherited from class java.lang.Number
byteValue, shortValue
-
Constructor Details
-
UByte
public UByte(byte ival)
-
-
Method Details
-
numBits
public int numBits()- Specified by:
numBits
in classUnsignedPrim
-
valueOf
-
intValue
public int intValue() -
toIntNum
- Overrides:
toIntNum
in classUnsignedPrim
-
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<UByte>
-
toString
-
toString
-