Package com.android.dex.util
Class Unsigned
java.lang.Object
com.android.dex.util.Unsigned
Unsigned arithmetic over Java's signed types.
-
Method Summary
-
Method Details
-
compare
public static int compare(short ushortA, short ushortB) -
compare
public static int compare(int uintA, int uintB)
-