Class EstimateValue

java.lang.Object
com.atlassian.greenhopper.web.rapid.chart.EstimateValue

public class EstimateValue extends Object
A value class that can either hold an estimate value, or is unestimated. This class is intended as an intermediary holder for summing estimates for reports, to handle summing of null values correctly, and to avoid repeated autoboxing of doubles.
  • Constructor Details

    • EstimateValue

      public EstimateValue()
  • Method Details

    • add

      public void add(@Nullable Double value)
    • get

      @Nullable public Double get()
    • getDoubleValue

      public double getDoubleValue()