| Package | Description |
|---|---|
| net.sf.reportengine.core.calc |
| Modifier and Type | Method and Description |
|---|---|
FirstCalcIntermResult<T> |
FirstGroupCalculator.compute(FirstCalcIntermResult<T> intermResult,
T newValue)
if the previous result is first then it stores the new value inside the intermediate result.
|
FirstCalcIntermResult<T> |
FirstGroupCalculator.init()
returns an empty (null) element with the isFirst flag = true
|
| Modifier and Type | Method and Description |
|---|---|
FirstCalcIntermResult<T> |
FirstGroupCalculator.compute(FirstCalcIntermResult<T> intermResult,
T newValue)
if the previous result is first then it stores the new value inside the intermediate result.
|
Copyright © 2006–2015. All rights reserved.