|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
List<Partition<Partition<CaptureSearchResult>>> |
BubbleCalendarData.monthsByDay
|
List<Partition<Partition<CaptureSearchResult>>> |
BubbleCalendarData.monthsByDay
|
List<Partition<Partition<CaptureSearchResult>>> |
ToolBarData.yearPartitions
List |
List<Partition<Partition<CaptureSearchResult>>> |
ToolBarData.yearPartitions
List |
| 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)
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||