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 |
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 |
compare
public static int compare(short ushortA,
short ushortB)
compare
public static int compare(int uintA,
int uintB)
Copyright © 2015. All rights reserved.