public static class Utils.List
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
Utils.List.Filter<T>
The interface Filter.
|
Constructor and Description |
---|
List() |
Modifier and Type | Method and Description |
---|---|
static <E,T extends java.util.List<E>> |
filter(T list,
Utils.List.Filter<E> filter)
Filter t.
|
public static <E,T extends java.util.List<E>> T filter(T list, Utils.List.Filter<E> filter)
E
- the type parameterT
- the type parameterlist
- the listfilter
- the filter