| Package | Description |
|---|---|
| org.broadleafcommerce.common.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> Collection<T> |
BLCCollectionUtils.collect(Collection inputCollection,
TypedTransformer<T> transformer)
Delegates to
CollectionUtils.collect(Collection, Transformer), but performs the necessary type coercion
to allow the returned collection to be correctly casted based on the TypedTransformer. |
static <T,O> ArrayList<T> |
BLCArrayUtils.collect(Object[] array,
TypedTransformer<T> transformer)
Similar to the CollectionUtils collect except that it works on an array instead of a Java Collection
|
static <T,O> HashSet<T> |
BLCArrayUtils.collectSet(Object[] array,
TypedTransformer<T> transformer)
The same as
BLCArrayUtils.collect(Object[], TypedTransformer) but returns a set. |
Copyright © 2014. All Rights Reserved.