public class HeaderCellKey extends CellKey
Constructor and Description |
---|
HeaderCellKey(QDR qdr)
Creates a key for the header cell corresponding to the specified QDR
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object)
Returns
true if and only if the specified object is a HeaderCellKey
whose QDR equals the QDR of this HeaderCellKey . |
QDR |
getQdr()
Gets the
QDR for this header cell. |
int |
hashCode() |
public HeaderCellKey(QDR qdr)
QDR
- Parameters:
qdr
- Should contain one entry for each header cell between this header
cell and its "ancestor" header cell on the edge's outermost layer,
inclusive, and no other entries
public QDR getQdr()
QDR
for this header cell.QDR
public boolean equals(java.lang.Object object)
true
if and only if the specified object is a HeaderCellKey
whose QDR
equals the QDR
of this HeaderCellKey
.equals
in class java.lang.Object
object
- the object to test for equalitytrue
if the specified object is equal to this HeaderCellKey
object; false
otherwise