private static class TableCompressor.ErrorVector extends java.lang.Object implements java.lang.Comparable<TableCompressor.ErrorVector>
Modifier and Type | Field and Description |
---|---|
private short |
m_defaultValue |
private short[] |
m_error |
Constructor and Description |
---|
ErrorVector(DFARow row,
short defaultValue) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TableCompressor.ErrorVector other) |
short |
getDefaultValue() |
short[] |
getError() |
void |
setError(short[] error) |
public ErrorVector(DFARow row, short defaultValue)
public short[] getError()
public void setError(short[] error)
public short getDefaultValue()
public int compareTo(TableCompressor.ErrorVector other)
compareTo
in interface java.lang.Comparable<TableCompressor.ErrorVector>