net.sf.jasperreports.crosstabs.fill.calculation
Class BucketingService.CollectedList

java.lang.Object
  extended by net.sf.jasperreports.crosstabs.fill.calculation.BucketingService.CollectedList
Direct Known Subclasses:
BucketingService.OrderedCollectedList, BucketingService.SequentialCollectedList
Enclosing class:
BucketingService

protected abstract static class BucketingService.CollectedList
extends java.lang.Object


Method Summary
 void add(BucketingService.CollectedList sublist)
           
protected abstract  void addSublist(BucketingService.CollectedList sublist)
           
abstract  java.util.Iterator<BucketingService.CollectedList> iterator()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

iterator

public abstract java.util.Iterator<BucketingService.CollectedList> iterator()

add

public void add(BucketingService.CollectedList sublist)

addSublist

protected abstract void addSublist(BucketingService.CollectedList sublist)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com