Uses of Class
org.archive.wayback.util.partition.Partition

Packages that use Partition
org.archive.wayback.partition   
org.archive.wayback.util.partition   
 

Uses of Partition in org.archive.wayback.partition
 

Fields in org.archive.wayback.partition with type parameters of type Partition
 List<Partition<CaptureSearchResult>> ToolBarData.monthPartitions
          List> for months
 List<Partition<Partition<CaptureSearchResult>>> BubbleCalendarData.monthsByDay
           
 List<Partition<Partition<CaptureSearchResult>>> BubbleCalendarData.monthsByDay
           
 List<Partition<Partition<CaptureSearchResult>>> ToolBarData.yearPartitions
          List>> for years
 List<Partition<Partition<CaptureSearchResult>>> ToolBarData.yearPartitions
          List>> for years
 

Methods in org.archive.wayback.partition that return types with arguments of type Partition
static List<Partition<CaptureSearchResult>> PartitionsToGraph.reversePartsOfCaps(List<Partition<CaptureSearchResult>> parts)
           
static List<Partition<Partition<CaptureSearchResult>>> PartitionsToGraph.reversePartsOfParts(List<Partition<Partition<CaptureSearchResult>>> parts)
           
static List<Partition<Partition<CaptureSearchResult>>> PartitionsToGraph.reversePartsOfParts(List<Partition<Partition<CaptureSearchResult>>> parts)
           
static List<Partition<CaptureSearchResult>> PartitionsToGraph.trimPartsOfCaps(List<Partition<CaptureSearchResult>> parts)
           
static List<Partition<Partition<CaptureSearchResult>>> PartitionsToGraph.trimPartsOfParts(List<Partition<Partition<CaptureSearchResult>>> parts)
           
static List<Partition<Partition<CaptureSearchResult>>> PartitionsToGraph.trimPartsOfParts(List<Partition<Partition<CaptureSearchResult>>> parts)
           
 

Methods in org.archive.wayback.partition with parameters of type Partition
 void CaptureSearchResultPartitionMap.addElementToPartition(CaptureSearchResult element, Partition<CaptureSearchResult> partition)
           
 void PartitionPartitionMap.addElementToPartition(Partition<CaptureSearchResult> element, Partition<Partition<CaptureSearchResult>> partition)
           
 void PartitionPartitionMap.addElementToPartition(Partition<CaptureSearchResult> element, Partition<Partition<CaptureSearchResult>> partition)
           
 Date PartitionPartitionMap.elementToDate(Partition<CaptureSearchResult> element)
           
static String PartitionsToGraph.getFirstUrlMonth(Partition<CaptureSearchResult> month, ResultURIConverter c)
           
static String PartitionsToGraph.getFirstUrlYear(Partition<Partition<CaptureSearchResult>> year, ResultURIConverter c)
           
static String PartitionsToGraph.getLastUrlMonth(Partition<CaptureSearchResult> month, ResultURIConverter c)
           
static String PartitionsToGraph.getLastUrlYear(Partition<Partition<CaptureSearchResult>> year, ResultURIConverter c)
           
 

Method parameters in org.archive.wayback.partition with type arguments of type Partition
 void PartitionPartitionMap.addElementToPartition(Partition<CaptureSearchResult> element, Partition<Partition<CaptureSearchResult>> partition)
           
static Graph PartitionsToGraph.convertYearMonth(List<Partition<Partition<CaptureSearchResult>>> years, int width, int height)
           
static Graph PartitionsToGraph.convertYearMonth(List<Partition<Partition<CaptureSearchResult>>> years, int width, int height)
           
static String PartitionsToGraph.getFirstUrlYear(Partition<Partition<CaptureSearchResult>> year, ResultURIConverter c)
           
static String PartitionsToGraph.getLastUrlYear(Partition<Partition<CaptureSearchResult>> year, ResultURIConverter c)
           
static String[] PartitionsToGraph.getNavigatorLinks(List<Partition<Partition<CaptureSearchResult>>> years, ResultURIConverter uc)
           
static String[] PartitionsToGraph.getNavigatorLinks(List<Partition<Partition<CaptureSearchResult>>> years, ResultURIConverter uc)
           
static CaptureSearchResult[] PartitionsToGraph.getResults(List<Partition<Partition<CaptureSearchResult>>> years)
           
static CaptureSearchResult[] PartitionsToGraph.getResults(List<Partition<Partition<CaptureSearchResult>>> years)
           
static Graph PartitionsToGraph.partsOfPartsToGraph(List<Partition<Partition<CaptureSearchResult>>> ppcs, StringFormatter formatter, String formatKey, int width, int height)
           
static Graph PartitionsToGraph.partsOfPartsToGraph(List<Partition<Partition<CaptureSearchResult>>> ppcs, StringFormatter formatter, String formatKey, int width, int height)
           
static List<Partition<CaptureSearchResult>> PartitionsToGraph.reversePartsOfCaps(List<Partition<CaptureSearchResult>> parts)
           
static List<Partition<Partition<CaptureSearchResult>>> PartitionsToGraph.reversePartsOfParts(List<Partition<Partition<CaptureSearchResult>>> parts)
           
static List<Partition<Partition<CaptureSearchResult>>> PartitionsToGraph.reversePartsOfParts(List<Partition<Partition<CaptureSearchResult>>> parts)
           
static List<Partition<CaptureSearchResult>> PartitionsToGraph.trimPartsOfCaps(List<Partition<CaptureSearchResult>> parts)
           
static List<Partition<Partition<CaptureSearchResult>>> PartitionsToGraph.trimPartsOfParts(List<Partition<Partition<CaptureSearchResult>>> parts)
           
static List<Partition<Partition<CaptureSearchResult>>> PartitionsToGraph.trimPartsOfParts(List<Partition<Partition<CaptureSearchResult>>> parts)
           
 

Uses of Partition in org.archive.wayback.util.partition
 

Methods in org.archive.wayback.util.partition that return types with arguments of type Partition
 List<Partition<T>> Partitioner.getRange(PartitionSize size, Date start, Date end)
          Create a List of Partition objects of the specified size, which span the date range specified.
 

Methods in org.archive.wayback.util.partition with parameters of type Partition
 void ElementPartitionMap.addElementToPartition(T element, Partition<T> partition)
          Add the element to a partition, possible modifying the Partition in some way.
 

Method parameters in org.archive.wayback.util.partition with type arguments of type Partition
 void Partitioner.dumpPartitions(List<Partition<T>> partitions)
          Debugging method
 void Partitioner.populate(List<Partition<T>> partitions, Iterator<T> itr)
          Add elements from itr into the appropriate partitions.
 



Copyright © 2005-2011 Internet Archive. All Rights Reserved.