Class UByte
java.lang.Object
javaforce.UByte
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MIN_VALUE
public static final int MIN_VALUE- See Also:
-
MAX_VALUE
public static final int MAX_VALUE- See Also:
-
MASK
public static final int MASK- See Also:
-
-
Constructor Details
-
UByte
public UByte(byte value)
-
-
Method Details
-
getValue
public byte getValue() -
valueOf
- Throws:
NumberFormatException
-
valueOf
-
toString
-
toString
-
compare
public static int compare(byte v1, byte v2) -
main
-