com.android.dx.util
Class Uint
java.lang.Object
com.android.dx.util.Uint
- All Implemented Interfaces:
- Comparable<Uint>
public final class Uint
- extends Object
- implements Comparable<Uint>
An unsigned integer.
|
Constructor Summary |
Uint(int value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
intValue
public final int intValue
Uint
public Uint(int value)
compareTo
public int compareTo(Uint uint)
- Specified by:
compareTo in interface Comparable<Uint>
Copyright © 2013. All Rights Reserved.