public final class CellRangeAddress8Bit extends CellRangeAddressBase
Implements a CellRangeAddress with 8-but column fields.
CellRangeAddressBase.CellPosition| Modifier and Type | Field and Description |
|---|---|
static int |
ENCODED_SIZE |
| Constructor and Description |
|---|
CellRangeAddress8Bit(int firstRow,
int lastRow,
int firstCol,
int lastCol) |
CellRangeAddress8Bit(LittleEndianInput in) |
| Modifier and Type | Method and Description |
|---|---|
CellRangeAddress8Bit |
copy() |
static int |
getEncodedSize(int numberOfItems) |
void |
serialize(LittleEndianOutput out) |
containsColumn, containsRow, equals, getFirstColumn, getFirstRow, getLastColumn, getLastRow, getMaxColumn, getMaxRow, getMinColumn, getMinRow, getNumberOfCells, getPosition, hashCode, intersects, isFullColumnRange, isFullRowRange, isInRange, isInRange, isInRange, isInRange, iterator, setFirstColumn, setFirstRow, setLastColumn, setLastRow, toString, validatepublic static final int ENCODED_SIZE
public CellRangeAddress8Bit(int firstRow,
int lastRow,
int firstCol,
int lastCol)
public CellRangeAddress8Bit(LittleEndianInput in)
public void serialize(LittleEndianOutput out)
public CellRangeAddress8Bit copy()
public static int getEncodedSize(int numberOfItems)