public class RemoveAllTransformer<I> extends java.lang.Object implements CollectionTransformer<I,I>
destination.removeAll(source)
.Constructor and Description |
---|
RemoveAllTransformer() |
public int transform(java.util.Collection<? extends I> source, java.util.Collection<? super I> destination)
transform
in interface CollectionTransformer<I,I>
source
- The source collectiondestination
- The destination collection