Interface Aggregation<T>
-
- All Known Implementing Classes:
AggregationWithSpatialIndex
public interface Aggregation<T>
- Author:
- julien Gaffuri
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
aggregate(Collection<T> objs, T obj1, T obj2)
-
-
-
Method Detail
-
aggregate
void aggregate(Collection<T> objs, T obj1, T obj2)
-
-