public interface AggregationValue
Aggregation
.
Concrete implementations of this interface will implement different aggregating functions.
void add(long data)
data
- the data valuevoid clear()
long getValue()
java.lang.Object getData()
Integer.valueOf( getValue() )
. More complex aggregations such may return objects
representing histograms, etc.