public class PairWritable<T extends Writable>
extends java.lang.Object
| Constructor and Description |
|---|
PairWritable() |
PairWritable(T first,
T second) |
| Modifier and Type | Method and Description |
|---|---|
void |
readFields(java.io.DataInput in) |
java.lang.String |
toString() |
void |
write(java.io.DataOutput out) |
public void write(java.io.DataOutput out)
throws java.io.IOException
java.io.IOExceptionpublic void readFields(java.io.DataInput in)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object