Package org.openjump.core.ui.plugin.tools.aggregate
-
Interface Summary Interface Description Aggregator<T> An aggregator accumulate individual values with addValue method and return a synthetic value with getResult method.
Interface | Description |
---|---|
Aggregator<T> |
An aggregator accumulate individual values with addValue method and
return a synthetic value with getResult method.
|