Class CrosstabBucketingService.OrderedCollectedList
- java.lang.Object
-
- net.sf.jasperreports.crosstabs.fill.calculation.CrosstabBucketingService.CollectedList
-
- net.sf.jasperreports.crosstabs.fill.calculation.CrosstabBucketingService.OrderedCollectedList
-
- Enclosing class:
- CrosstabBucketingService
protected static class CrosstabBucketingService.OrderedCollectedList extends CrosstabBucketingService.CollectedList
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddSublist(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:
iteratorin classCrosstabBucketingService.CollectedList
-
addSublist
protected void addSublist(CrosstabBucketingService.CollectedList sublist)
- Specified by:
addSublistin classCrosstabBucketingService.CollectedList
-
-