Package | Description |
---|---|
com.hp.mercury.ci.jenkins.plugins.oo.utils |
Modifier and Type | Class and Description |
---|---|
class |
ListAggregator<R,T>
an implementation of aggregator that produces a list of elements based on the aggregated collection.
|
class |
MapAggregator<T,R>
this aggregator maps the elements of the aggregated collection to the result of a function application
on those elements.
|
class |
MaxAggregator<C extends Comparable,T>
aggregator calculating the max element of a collection after a transformation has been applied
to make the element comparable.
|
Modifier and Type | Method and Description |
---|---|
static <R,T> R |
CollectionUtils.aggregate(Collection<T> elements,
Aggregator<R,T> aggregator) |
Copyright © 2004-2016. All Rights Reserved.