Class Unsigned

java.lang.Object
com.android.dex.util.Unsigned

public final class Unsigned extends Object
Unsigned arithmetic over Java's signed types.
  • Method Details

    • compare

      public static int compare(short ushortA, short ushortB)
    • compare

      public static int compare(int uintA, int uintB)