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, longValuepublic int numBits()
numBits in class UnsignedPrimpublic static UByte valueOf(byte ival)
public int intValue()
intValue in class java.lang.Numberpublic IntNum toIntNum()
toIntNum in class UnsignedPrimpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic 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