public class HeaderCellKey extends CellKey
| Constructor and Description |
|---|
HeaderCellKey(QDR qdr)
Creates a key for the header cell corresponding to the specified QDR
|
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
-
Method Detail
-
getQdr
public QDR getQdr()
Gets the QDR for this header cell.
- Returns:
- the
QDR
-
equals
public 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.
- Overrides:
equals in class java.lang.Object
- Parameters:
object - the object to test for equality
- Returns:
true if the specified object is equal to this HeaderCellKey object; false otherwise