org.utgenome.util.aligner
Class LArray

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

public class LArray
extends 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()

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


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