com.atlassian.jira.issue.statistics
Class StatisticGatherer.MeanValue

java.lang.Object
  extended by java.lang.Number
      extended by com.atlassian.jira.issue.statistics.StatisticGatherer.MeanValue
All Implemented Interfaces:
Serializable
Enclosing interface:
StatisticGatherer

public static class StatisticGatherer.MeanValue
extends Number

Using some trickiness - we extend Number so that we can call intValue() without having to change all the client code

See Also:
Serialized Form

Constructor Summary
StatisticGatherer.MeanValue()
           
 
Method Summary
 void addValue(int value)
           
 double doubleValue()
           
 float floatValue()
           
 int intValue()
           
 long longValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatisticGatherer.MeanValue

public StatisticGatherer.MeanValue()
Method Detail

addValue

public void addValue(int value)

intValue

public int intValue()
Specified by:
intValue in class Number

longValue

public long longValue()
Specified by:
longValue in class Number

floatValue

public float floatValue()
Specified by:
floatValue in class Number

doubleValue

public double doubleValue()
Specified by:
doubleValue in class Number

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.