DATATYPE - The data type to aggregate@Immutable public class AggregatorUseAll<DATATYPE> extends Object implements IAggregator<DATATYPE,Collection<DATATYPE>>
| Constructor and Description |
|---|
AggregatorUseAll() |
| Modifier and Type | Method and Description |
|---|---|
Collection<DATATYPE> |
aggregate(Collection<DATATYPE> aResults) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
@Nullable public Collection<DATATYPE> aggregate(@Nullable Collection<DATATYPE> aResults)
aggregate in interface IAggregator<DATATYPE,Collection<DATATYPE>>Copyright © 2014–2015 Philip Helger. All rights reserved.