public class SubgridKey extends Object
| Constructor and Description |
|---|
SubgridKey(String rowIdentifier,
int columnNumber)
Creates an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getColumnNumber()
Getter for property 'columnNumber'.
|
String |
getRowIdentifier()
Getter for property 'rowIdentifier'.
|
int |
hashCode() |
public SubgridKey(String rowIdentifier, int columnNumber)
rowIdentifier - is a row identifier.columnNumber - is a column number.public String getRowIdentifier()
public int getColumnNumber()
Copyright © 2008–2013. All rights reserved.