org.utgenome.util.aligner
Class UInt32

java.lang.Object
  extended by org.utgenome.util.aligner.UInt32
All Implemented Interfaces:
Comparable<UInt32>

public class UInt32
extends Object
implements Comparable<UInt32>

Uint32 value

Author:
leo

Constructor Summary
UInt32(long v)
           
 
Method Summary
 int compareTo(UInt32 o)
           
 long toLong()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UInt32

public UInt32(long v)
Method Detail

compareTo

public int compareTo(UInt32 o)
Specified by:
compareTo in interface Comparable<UInt32>

toLong

public long toLong()

toString

public String toString()
Overrides:
toString in class Object


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.