|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValueAggregator
This interface defines the minimal protocol for value aggregators.
Method Summary | |
---|---|
void |
addNextValue(java.lang.Object val)
add a value to the aggregator |
java.util.ArrayList |
getCombinerOutput()
|
java.lang.String |
getReport()
|
void |
reset()
reset the aggregator |
Method Detail |
---|
void addNextValue(java.lang.Object val)
val
- the value to be addedvoid reset()
java.lang.String getReport()
java.util.ArrayList getCombinerOutput()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |