public interface KeyValue
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
java.lang.String |
getValueAsUniqueString()
Returns an opaque unique String that can be used to identify this tuple.
|
int |
hashCode()
Returns a int hashcode for this KeyValue.
|
boolean equals(java.lang.Object other)
equals
in class java.lang.Object
int hashCode()
hashCode
in class java.lang.Object
java.lang.String getValueAsUniqueString()