org.utgenome.util.aligner
Class LArray

java.lang.Object
  extended by org.utgenome.util.aligner.LArray
All Implemented Interfaces:
RandomAccess

public class LArray
extends java.lang.Object
implements RandomAccess

Array capable to store more than 2G (2 x 1024 x 1024 x 1024) entries

Author:
leo

Constructor Summary
LArray(long size)
           
 
Method Summary
 int get(long index)
           
 void set(long index, int uintValue)
           
 long size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LArray

public LArray(long size)
Method Detail

size

public long size()
Specified by:
size in interface RandomAccess

get

public int get(long index)
Specified by:
get in interface RandomAccess

set

public void set(long index,
                int uintValue)
Specified by:
set in interface RandomAccess


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