org.utgenome.util.aligner
Class UInt32

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

public class UInt32
extends java.lang.Object
implements java.lang.Comparable<UInt32>

Uint32 value

Author:
leo

Constructor Summary
UInt32(long v)
           
 
Method Summary
 int compareTo(UInt32 o)
           
 long toLong()
           
 java.lang.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 java.lang.Comparable<UInt32>

toLong

public long toLong()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007-2011 utgenome.org. All Rights Reserved.