Uses of Class
org.egothor.duplicity.file.JaccardCoeficientsFileProducer

Packages that use JaccardCoeficientsFileProducer
org.egothor.duplicity.file This package contains implementation of the files needed the duplicity checking algorithm. 
 

Uses of JaccardCoeficientsFileProducer in org.egothor.duplicity.file
 

Methods in org.egothor.duplicity.file with parameters of type JaccardCoeficientsFileProducer
protected  void AllSimilarUnitPairsFile.mergeAll(JaccardCoeficientsFileProducer mergeTo, java.util.ArrayList<CommonSimilarUnitPairsFile> supfs)
          Merges multiple files, passing the output to the JaccardCoeficientsFileProducer.
protected  void AllSimilarUnitPairsFile.mergeAll(JaccardCoeficientsFileProducer jcfp, java.util.ArrayList<DataInputStream> diss, java.util.ArrayList<UnitPair> ups)