org.utgenome.util.aligner
Interface RandomAccess

All Known Implementing Classes:
LArray, SuffixArrayBuilder.StringWrapper, SuffixArrayBuilder.SubArray

public interface RandomAccess

interface for accessing an array of integers

Author:
leo

Method Summary
 int get(long index)
           
 void set(long index, int value)
           
 

Method Detail

get

int get(long index)

set

void set(long index,
         int value)


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