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

java.lang.Object
  extended by net.sf.jasperreports.crosstabs.fill.calculation.BucketingService.MapEntry
All Implemented Interfaces:
Comparable<BucketingService.MapEntry>, Map.Entry<BucketDefinition.Bucket,Object>
Enclosing class:
BucketingService

protected static class BucketingService.MapEntry
extends Object
implements Map.Entry<BucketDefinition.Bucket,Object>, Comparable<BucketingService.MapEntry>


Method Summary
 int compareTo(BucketingService.MapEntry o)
           
 BucketDefinition.Bucket getKey()
           
 Object getValue()
           
 Object setValue(Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Method Detail

getKey

public BucketDefinition.Bucket getKey()
Specified by:
getKey in interface Map.Entry<BucketDefinition.Bucket,Object>

getValue

public Object getValue()
Specified by:
getValue in interface Map.Entry<BucketDefinition.Bucket,Object>

setValue

public Object setValue(Object value)
Specified by:
setValue in interface Map.Entry<BucketDefinition.Bucket,Object>

compareTo

public int compareTo(BucketingService.MapEntry o)
Specified by:
compareTo in interface Comparable<BucketingService.MapEntry>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.