Class UInteger
java.lang.Object
javaforce.UInteger
-
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
-
UInteger
public UInteger(int value)
-
-
Method Details
-
getValue
public int getValue() -
valueOf
- Throws:
NumberFormatException
-
valueOf
-
toString
-
toString
-
compare
public static int compare(int v1, int v2) -
divide
public static int divide(int v1, int v2) -
remainder
public static int remainder(int v1, int v2) -
main
-