public class SequenceIndexModel extends java.lang.Object implements DataModel
Modifier and Type | Field and Description |
---|---|
static int |
MIN_BITS_PER_VALUE |
Constructor and Description |
---|
SequenceIndexModel(java.lang.String sequenceID,
int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
void |
add(int value) |
void |
ensureCapacity(int newCapacity) |
int |
get(int column) |
void |
set(int column,
int value) |
public static final int MIN_BITS_PER_VALUE
public SequenceIndexModel(java.lang.String sequenceID, int initialCapacity)
public void ensureCapacity(int newCapacity)
public int get(int column)
public void set(int column, int value)
public void add(int value)