| Class | Description |
|---|---|
| ComponentAggregatorAbstract |
This aggregator is used to store different kinds of information in a map.
|
| ComponentAggregatorAbstract.ComponentFloatXYMaxAggregator |
This aggregator keeps the maximum float coordinates (float[]{x,y}) for each key.
|
| ComponentAggregatorAbstract.ComponentFloatXYMinAggregator |
This aggregator keeps the minimum float coordinates (float[]{x,y}) for each key.
|
| ComponentAggregatorAbstract.ComponentIntSumAggregator |
This aggregator sums up integer values with the same key.
|
| ComponentAggregatorAbstract.ComponentMapOverwriteAggregator |
This aggregator stores a value for each key until another value with same key is aggregated.
|
| SetAggregator |