Class CrosstabBucketingService.CollectedListComparator
- java.lang.Object
-
- net.sf.jasperreports.crosstabs.fill.calculation.CrosstabBucketingService.CollectedListComparator
-
- All Implemented Interfaces:
java.util.Comparator<CrosstabBucketingService.CollectedList>
- Enclosing class:
- CrosstabBucketingService
protected static class CrosstabBucketingService.CollectedListComparator extends java.lang.Object implements java.util.Comparator<CrosstabBucketingService.CollectedList>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(CrosstabBucketingService.CollectedList l1, CrosstabBucketingService.CollectedList l2)
-
-
-
Method Detail
-
compare
public int compare(CrosstabBucketingService.CollectedList l1, CrosstabBucketingService.CollectedList l2)
- Specified by:
comparein interfacejava.util.Comparator<CrosstabBucketingService.CollectedList>
-
-