Uses of Interface
dk.netarkivet.harvester.harvesting.frontier.FrontierReportLineOrderKey

Packages that use FrontierReportLineOrderKey
dk.netarkivet.harvester.harvesting.frontier   
 

Uses of FrontierReportLineOrderKey in dk.netarkivet.harvester.harvesting.frontier
 

Classes in dk.netarkivet.harvester.harvesting.frontier that implement FrontierReportLineOrderKey
 class FrontierReportLine
          Wraps a line of the frontier report.
(package private) static class FullFrontierReport.PersistentLine
           
(package private) static class FullFrontierReport.PersistentLineKey
           
 

Methods in dk.netarkivet.harvester.harvesting.frontier with parameters of type FrontierReportLineOrderKey
 int FrontierReportLineNaturalOrder.compare(FrontierReportLineOrderKey k1, FrontierReportLineOrderKey k2)