public interface ElementProvider<E>
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL
Do not limit to a maximum number of elements.
|
static final int ALL
List<E> getElements(E first, E last, int max, Filter<E> filter)
first - The first element to include, if null, the first available element.last - The last element to include, if null, the last available element.max - The maximum number of matching elements, if ALL, all available elements.filter - The filter to be passed, if null, any element will pass.Copyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408