|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.utgenome.util.aligner.LArray
public class LArray
Array capable to store more than 2G (2 x 1024 x 1024 x 1024) entries
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 |
---|
public LArray(long size)
Method Detail |
---|
public long size()
size
in interface RandomAccess
public int get(long index)
get
in interface RandomAccess
public void set(long index, int uintValue)
set
in interface RandomAccess
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |