public class UByte extends UnsignedPrim implements java.lang.Comparable<UByte>
Constructor and Description |
---|
UByte(byte ival) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(UByte other) |
boolean |
equals(java.lang.Object obj) |
int |
intValue() |
int |
numBits() |
IntNum |
toIntNum() |
java.lang.String |
toString() |
static java.lang.String |
toString(byte ival) |
static UByte |
valueOf(byte ival) |
doubleValue, floatValue, hashCode, longValue
public int numBits()
numBits
in class UnsignedPrim
public static UByte valueOf(byte ival)
public int intValue()
intValue
in class java.lang.Number
public IntNum toIntNum()
toIntNum
in class UnsignedPrim
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int compareTo(UByte other)
compareTo
in interface java.lang.Comparable<UByte>
public static java.lang.String toString(byte ival)
public java.lang.String toString()
toString
in class java.lang.Object