public static interface CollectionUtils.CollectionTransformer<E,T>
java.util.Collection<T>
newCollectionInstance()
T
transform(E toTransform)
java.util.Collection<T> newCollectionInstance()
T transform(E toTransform)