public class ModelUtil<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelUtil.Filter<T>
This interface describes a filter to filter collections.
|
| Constructor and Description |
|---|
ModelUtil() |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
filterList(List<T> dataList,
ModelUtil.Filter<T> filter)
Filteres a list according to the supplied filter strategy.
|
Copyright © 2016. All rights reserved.