public interface TupleReaderWriter<K,V>
| Modifier and Type | Method and Description |
|---|---|
Tuple<K,V> |
readSortedTuple(java.io.DataInputStream in) |
Tuple<K,V> |
readUnsortedTuple(java.io.DataInputStream in) |
void |
storeSortedTuple(Tuple<K,V> t,
java.io.DataOutputStream out) |