Package com.android.dex.util
Class Unsigned
- java.lang.Object
-
- com.android.dex.util.Unsigned
-
public final class Unsigned extends Object
Unsigned arithmetic over Java's signed types.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intcompare(int uintA, int uintB)static intcompare(short ushortA, short ushortB)
-