Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.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. |
java.lang.Object |
get(int i)
Returns the value of the field at i (zero indexed).
|
int |
getIdentifier() |
int |
hashCode()
Return a hash code for me, in keeping with the generic
Object.hashCode()
contract. |
void |
set(int i,
java.lang.Object val)
Sets the value of the field at i (zero indexed).
|
void |
setIdentifier(int id) |
int |
size()
Returns the number of fields in me.
|
java.lang.Object get(int i)
void set(int i, java.lang.Object val) throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
int size()
int hashCode()
Object.hashCode()
contract.hashCode
in class java.lang.Object
boolean equals(java.lang.Object that)
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(java.lang.Object)
contract.
equals
in class java.lang.Object
int getIdentifier()
void setIdentifier(int id)