com.android.dx.util
Class Uint

java.lang.Object
  extended by com.android.dx.util.Uint
All Implemented Interfaces:
Comparable<Uint>

public final class Uint
extends Object
implements Comparable<Uint>

An unsigned integer.


Field Summary
 int intValue
           
 
Constructor Summary
Uint(int value)
           
 
Method Summary
 int compareTo(Uint uint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

intValue

public final int intValue
Constructor Detail

Uint

public Uint(int value)
Method Detail

compareTo

public int compareTo(Uint uint)
Specified by:
compareTo in interface Comparable<Uint>


Copyright © 2013. All Rights Reserved.