com.ebmwebsourcing.easycommons.lang
Class CollectionHelper

java.lang.Object
  extended by com.ebmwebsourcing.easycommons.lang.CollectionHelper

public class CollectionHelper
extends Object

Author:
"Mathieu CARROLLE - EBM WebSourcing"

Nested Class Summary
static interface CollectionHelper.Filter<T>
           
 
Constructor Summary
CollectionHelper()
           
 
Method Summary
static
<T> void
filter(Collection<T> target, List<CollectionHelper.Filter<T>> filters)
          Remove object from the specified List according to Filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionHelper

public CollectionHelper()
Method Detail

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 © 2013 Petals Link. All rights reserved.