Class StatisticGatherer.CountUniqueValue
java.lang.Object
java.lang.Number
com.atlassian.jira.issue.statistics.StatisticGatherer.CountUniqueValue
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- StatisticGatherer
- See Also:
-
Constructor Details
-
CountUniqueValue
public CountUniqueValue()
-
-
Method Details
-
addValue
public void addValue(int value) -
intValue
public int intValue() -
longValue
public long longValue() -
floatValue
public float floatValue()- Specified by:
floatValue
in classNumber
-
doubleValue
public double doubleValue()- Specified by:
doubleValue
in classNumber
-
toString
-