|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Field
Interface for values of fields in tuples in SimpleDB.
Method Summary | |
---|---|
boolean |
compare(Predicate.Op op,
Field value)
Compare the value of this field object to the passed in value. |
boolean |
equals(java.lang.Object field)
|
int |
hashCode()
Hash code. |
void |
serialize(java.io.DataOutputStream dos)
Write the bytes representing this field to the specified DataOutputStream. |
java.lang.String |
toString()
|
Method Detail |
---|
void serialize(java.io.DataOutputStream dos) throws java.io.IOException
dos
- The DataOutputStream to write to.
java.io.IOException
DataOutputStream
boolean compare(Predicate.Op op, Field value)
op
- The operatorvalue
- The value to compare this Field to
int hashCode()
hashCode
in class java.lang.Object
boolean equals(java.lang.Object field)
equals
in class java.lang.Object
java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |