public static class FarthestPair.PairDistance extends PairWritable<Point>
Modifier and Type | Field and Description |
---|---|
double |
distance |
first, second
Constructor and Description |
---|
FarthestPair.PairDistance() |
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
write
in class PairWritable<Point>
java.io.IOException
public void readFields(java.io.DataInput in) throws java.io.IOException
readFields
in class PairWritable<Point>
java.io.IOException
public java.lang.String toString()
toString
in class PairWritable<Point>