Uses of Interface
org.apache.poi.ss.formula.functions.XYNumericFunction.Accumulator
-
Packages that use XYNumericFunction.Accumulator Package Description org.apache.poi.ss.formula.functions -
-
Uses of XYNumericFunction.Accumulator in org.apache.poi.ss.formula.functions
Methods in org.apache.poi.ss.formula.functions that return XYNumericFunction.Accumulator Modifier and Type Method Description protected XYNumericFunction.Accumulator
Sumx2my2. createAccumulator()
protected XYNumericFunction.Accumulator
Sumx2py2. createAccumulator()
protected XYNumericFunction.Accumulator
Sumxmy2. createAccumulator()
protected abstract XYNumericFunction.Accumulator
XYNumericFunction. createAccumulator()
Constructs a new instance of the Accumulator used to calculated this function
-