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<UnitPermutatedMin> |
UnitPermutatedMin.compMin
Comparator using min field for the class UnitPermutatedMin.
|
static Comparator<UnitPermutatedMin> |
UnitPermutatedMin.compUnitID
Comparator using unitID field for the class UnitPermutatedMin.
|
Modifier and Type | Method and Description |
---|---|
Collection<UnitPermutatedMin> |
DocumentPermutatedMins.getMinsForPermutation(long permID)
Returns collection of all UnitPermutatedMin objects for given permutation.
|
Modifier and Type | Method and Description |
---|---|
void |
UnitPermutatedMin.copyFrom(UnitPermutatedMin from)
Copies the values of all fields from given instance.
|
Modifier and Type | Method and Description |
---|---|
List<UnitPermutatedMin> |
PermutatedMinsFileProducer.getBuffer() |
Copyright © 2016 Egothor. All Rights Reserved.