public abstract class HashableTuple extends Object implements KeyValue
Constructor and Description |
---|
HashableTuple(Tuple tuple) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(Object other) |
abstract String |
getValueAsUniqueString()
Returns an opaque unique String that can be used to identify this tuple.
|
abstract int |
hashCode()
Returns a int hashcode for this KeyValue.
|
protected final Tuple tuple
public HashableTuple(Tuple tuple)
public abstract boolean equals(Object other)
public abstract int hashCode()
KeyValue
public abstract String getValueAsUniqueString()
KeyValue
getValueAsUniqueString
in interface KeyValue