Package | Description |
---|---|
org.egothor.duplicity.datastructure |
This package contains datastructures needed in the duplicity checking algorithm.
|
org.egothor.duplicity.file |
This package contains implementation of the files needed the duplicity checking algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
JaccardCoeficient
Represents pair of two documents together with its Jaccard coeficient.
|
class |
UnitPair
Represents single pair of two unit identifications.
|
class |
UnitPermutatedMin
Represents single pair of the duplicity checking unit and its permutated minimum.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DuplicityCheckingFile.hasTheSameContent(DuplicityCheckingFile file,
DuplicityCheckingFileElement element1,
DuplicityCheckingFileElement element2)
Checks if two files has the same content.
|
Copyright © 2016 Egothor. All Rights Reserved.