Class CrosstabBucketingService.SequentialCollectedList
- java.lang.Object
-
- net.sf.jasperreports.crosstabs.fill.calculation.CrosstabBucketingService.CollectedList
-
- net.sf.jasperreports.crosstabs.fill.calculation.CrosstabBucketingService.SequentialCollectedList
-
- Enclosing class:
- CrosstabBucketingService
protected static class CrosstabBucketingService.SequentialCollectedList extends CrosstabBucketingService.CollectedList
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addSublist(CrosstabBucketingService.CollectedList sublist)
Iterator<CrosstabBucketingService.CollectedList>
iterator()
-
Methods inherited from class net.sf.jasperreports.crosstabs.fill.calculation.CrosstabBucketingService.CollectedList
add, toString
-
-
-
-
Method Detail
-
iterator
public Iterator<CrosstabBucketingService.CollectedList> iterator()
- Specified by:
iterator
in classCrosstabBucketingService.CollectedList
-
addSublist
protected void addSublist(CrosstabBucketingService.CollectedList sublist)
- Specified by:
addSublist
in classCrosstabBucketingService.CollectedList
-
-