public interface CellAddressible extends ColumnRange
| Modifier and Type | Interface and Description |
|---|---|
static class |
CellAddressible.ColumnMajorComparator
Comparator that sorts cells in ascending column major order. |
static class |
CellAddressible.RangeBoundary
Cell reference for use as the boundary of a column range.
|
static class |
CellAddressible.Reference
A simple immutable cell reference useful as a map key.
|
static class |
CellAddressible.RowMajorComparator
Comparator that sorts cells in ascending row major order. |
ColumnRange.Comparator| Modifier and Type | Method and Description |
|---|---|
int |
getRowNumber()
Returns the row the cell resides in.
|
getColFirst, getColLast, isSingleColCopyright © 2002–2019 Starter Inc.. All rights reserved.