org.apache.nutch.indexer
Class DeleteDuplicates.HashScore

java.lang.Object
  extended byorg.apache.nutch.indexer.DeleteDuplicates.HashScore
All Implemented Interfaces:
Comparable, Writable, WritableComparable
Enclosing class:
DeleteDuplicates

public static class DeleteDuplicates.HashScore
extends Object
implements WritableComparable


Constructor Summary
DeleteDuplicates.HashScore()
           
 
Method Summary
 int compareTo(Object o)
           
 boolean equals(Object o)
           
 void readFields(DataInput in)
           
 void write(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteDuplicates.HashScore

public DeleteDuplicates.HashScore()
Method Detail

write

public void write(DataOutput out)
           throws IOException
Specified by:
write in interface Writable
Throws:
IOException

readFields

public void readFields(DataInput in)
                throws IOException
Specified by:
readFields in interface Writable
Throws:
IOException

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

equals

public boolean equals(Object o)


Copyright © 2006 The Apache Software Foundation