public class SheetRowColIndex
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SheetRowColIndex(java.lang.String rowKey,
java.lang.Integer col)
Constructs an instance of RowColIndex for the row and column specified.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getColIndex()
The colIndex value.
|
java.lang.String |
getRowKey()
The rowIndex value.
|
int |
hashCode() |
java.lang.String |
toString() |
public SheetRowColIndex(java.lang.String rowKey,
java.lang.Integer col)
rowKey - the row represented by this indexcol - the column represented by this indexpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getRowKey()
public java.lang.Integer getColIndex()
Copyright © 2011–2021. All rights reserved.