org.axiondb.engine.rows
public abstract class BaseRow extends Object implements Row
equals
,
hashCode
and toString
implementations.
Version: $Revision: 1.3 $ $Date: 2005/12/22 09:02:30 $
Field Summary | |
---|---|
protected int | _hash Cache the hash code for the string |
Method Summary | |
---|---|
boolean | equals(Object that)
Returns true iff that is a Row with the same number
of fields and each is equal to the corresponding field in me.
|
int | getIdentifier() |
int | hashCode()
Return a hash code for me, in keeping with the generic Object#hashCode
contract. |
void | setIdentifier(int id) |
String | toString()
Returns a simple String representation of me, perhaps suitable for
debugging purposes. |
true
iff that is a Row with the same number
of fields and each is equal to the corresponding field in me.
Adheres to the generic Object#equals contract.