Uses of Class
org.egothor.duplicity.datastructure.UnitPermutatedMin

Packages that use UnitPermutatedMin
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. 
 

Uses of UnitPermutatedMin in org.egothor.duplicity.datastructure
 

Fields in org.egothor.duplicity.datastructure with type parameters of type UnitPermutatedMin
static java.util.Comparator<UnitPermutatedMin> UnitPermutatedMin.compMin
          Comparator using min field for the class UnitPermutatedMin.
static java.util.Comparator<UnitPermutatedMin> UnitPermutatedMin.compUnitID
          Comparator using unitID field for the class UnitPermutatedMin.
 

Methods in org.egothor.duplicity.datastructure that return types with arguments of type UnitPermutatedMin
 java.util.Collection<UnitPermutatedMin> DocumentPermutatedMins.getMinsForPermutation(long permID)
          Returns collection of all UnitPermutatedMin objects for given permutation.
 

Methods in org.egothor.duplicity.datastructure with parameters of type UnitPermutatedMin
 void UnitPermutatedMin.copyFrom(UnitPermutatedMin from)
          Copies the values of all fields from given instance.
 

Uses of UnitPermutatedMin in org.egothor.duplicity.file
 

Methods in org.egothor.duplicity.file that return types with arguments of type UnitPermutatedMin
 java.util.List<UnitPermutatedMin> PermutatedMinsFileProducer.getBuffer()