public interface Filterator<C,E>
| Modifier and Type | Method and Description |
|---|---|
void |
getFilterValues(java.util.List<C> baseList,
E element)
Extracts the list of filterable values from a given
element. |
void getFilterValues(java.util.List<C> baseList, E element)
element.
These values will be accessed within a Matcher to judge whether the
element matches some criteria.baseList - a list that the implementor shall add their filter
values to via baseList.add(). This may be a non-empty
List and it is an error to call any method other than add().element - the object to extract the filter values fromGlazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by buildd at 2016-02-14 5:12