ants.p2p.utils.indexer
Class FileInfosHashComparator

java.lang.Object
  extended by ants.p2p.utils.indexer.FileInfosHashComparator
All Implemented Interfaces:
java.util.Comparator

public class FileInfosHashComparator
extends java.lang.Object
implements java.util.Comparator


Constructor Summary
FileInfosHashComparator()
           
 
Method Summary
 int compare(java.lang.Object l, java.lang.Object r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

FileInfosHashComparator

public FileInfosHashComparator()
Method Detail

compare

public int compare(java.lang.Object l,
                   java.lang.Object r)
Specified by:
compare in interface java.util.Comparator