com.android.dx.util
Class Unsigned

java.lang.Object
  extended by com.android.dx.util.Unsigned

public final class Unsigned
extends Object

Unsigned arithmetic over Java's signed types.


Method Summary
static int compare(int uintA, int uintB)
           
static int compare(short ushortA, short ushortB)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compare

public static int compare(short ushortA,
                          short ushortB)

compare

public static int compare(int uintA,
                          int uintB)


Copyright © 2013. All Rights Reserved.