public class PropsVectors extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
PropsVectors.CompactHandler |
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR_VALUE_CP |
static int |
FIRST_SPECIAL_CP |
static int |
INITIAL_ROWS |
static int |
INITIAL_VALUE_CP |
static int |
MAX_CP |
static int |
MAX_ROWS |
static int |
MEDIUM_ROWS |
| Constructor and Description |
|---|
PropsVectors(int numOfColumns) |
| Modifier and Type | Method and Description |
|---|---|
void |
compact(PropsVectors.CompactHandler compactor) |
IntTrie |
compactToTrieWithRowIndexes() |
int[] |
getCompactedArray() |
int |
getCompactedColumns() |
int |
getCompactedRows() |
int[] |
getRow(int rowIndex) |
int |
getRowEnd(int rowIndex) |
int |
getRowStart(int rowIndex) |
int |
getValue(int c,
int column) |
void |
setValue(int start,
int end,
int column,
int value,
int mask) |
public static final int FIRST_SPECIAL_CP
public static final int INITIAL_VALUE_CP
public static final int ERROR_VALUE_CP
public static final int MAX_CP
public static final int INITIAL_ROWS
public static final int MEDIUM_ROWS
public static final int MAX_ROWS
public void setValue(int start,
int end,
int column,
int value,
int mask)
public int getValue(int c,
int column)
public int[] getRow(int rowIndex)
public int getRowStart(int rowIndex)
public int getRowEnd(int rowIndex)
public void compact(PropsVectors.CompactHandler compactor)
public int[] getCompactedArray()
public int getCompactedRows()
public int getCompactedColumns()
public IntTrie compactToTrieWithRowIndexes()