com.ebmwebsourcing.easycommons.lang
Class CollectionHelper
java.lang.Object
com.ebmwebsourcing.easycommons.lang.CollectionHelper
public class CollectionHelper
- extends Object
- Author:
- "Mathieu CARROLLE - EBM WebSourcing"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionHelper
public CollectionHelper()
filter
public static <T> void filter(Collection<T> target,
List<CollectionHelper.Filter<T>> filters)
- Remove object from the specified List according to Filter. Filter are
exclusively applied.
- Parameters:
target - filters -
Copyright © 2012 Petals Link. All Rights Reserved.