T - the type of the items to be filteredpublic interface Filter<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEqual(T item)
Search the items that attend the filter
|
boolean isEqual(T item)
item - items from database querytrue when the item match with filter, false othewiseCopyright © 2012–2022 jkniv, copyleft code. All rights reserved.