Package | Description |
---|---|
net.sf.kdgcommons.collections |
Utilities for working with arrays and the JDK collections framework.
|
Modifier and Type | Method and Description |
---|---|
static <V,R> R |
CollectionUtil.reduce(Collection<V> coll,
CollectionUtil.IndexValueReduceFunctor<V,R> functor)
Applies the specified functor to every element in the given collection, with
the expectation that it will return a single value based on the item and any
previous value.
|