| Package | Description |
|---|---|
| fr.vergne.collection.filter |
| Modifier and Type | Method and Description |
|---|---|
static FilteringStrategy |
FilteringStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilteringStrategy[] |
FilteringStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <Element> Collection<Element> |
FilterUtil.filter(Collection<Element> elements,
FilteringStrategy uninformativeStrategy,
FilteringStrategy conflictualStrategy,
Filter<Element>... filters)
This method filter a collection of elements by using some
Filter
s. |
Copyright © 2014–2015. All rights reserved.