T
- Specific Class which can be mapped to a Date, and added to a
Partitionpublic interface ElementPartitionMap<T>
Modifier and Type | Method and Description |
---|---|
void |
addElementToPartition(T element,
Partition<T> partition)
Add the element to a partition, possible modifying the Partition in some
way. ex:
partition.add(element);
partition.addTotal(1);
|
Date |
elementToDate(T element)
Convert an element to a Date ex:
return element.getDate();
|
Copyright © 2005–2015 IIPC. All rights reserved.