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 | Field and Description |
---|---|
static Comparator<UnitPair> |
UnitPair.comp
Comparator using first and then second unit id for the class UnitPair.
|
static Comparator<UnitPair> |
UnitPair.compFirst
Comparator using first unit id for the class UnitPair.
|
static Comparator<UnitPair> |
UnitPair.compSecond
Comparator using second unit id for the class UnitPair.
|
Modifier and Type | Method and Description |
---|---|
UnitPair |
JaccardCoeficient.getSimilarUnitPair() |
Modifier and Type | Method and Description |
---|---|
void |
UnitPair.copyFrom(UnitPair from)
Copies the values of all fields from given instance.
|
void |
JaccardCoeficient.set(UnitPair similarUnitPair,
int jaccard) |
void |
JaccardCoeficient.setSimilarUnitPair(UnitPair similarUnitPair) |
Constructor and Description |
---|
JaccardCoeficient(UnitPair similarUnitPair,
int jaccard) |
Modifier and Type | Method and Description |
---|---|
List<UnitPair> |
SimilarUnitPairsFileProducer.getBuffer() |
Modifier and Type | Method and Description |
---|---|
void |
JaccardCoeficientsFileProducer.store(UnitPair up) |
Copyright © 2016 Egothor. All Rights Reserved.