|
|||||||||
| Home >> All >> com >> sample >> addressbook >> controller >> components >> [ search overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sample.addressbook.controller.components.search
Interface SearchFilter

- All Known Implementing Classes:
- SearchRange
- public interface SearchFilter
Specifies a filter to determine which items to place in a search result.
| Method Summary | |
boolean |
isFiltered(int number)
Returns true if the item number is excluded from the search result. |
boolean |
isRetained(int number)
Returns true if the item number is included in the search result. |
| Method Detail |
isRetained
public boolean isRetained(int number)
- Returns true if the item number is included in the search result.
isFiltered
public boolean isFiltered(int number)
- Returns true if the item number is excluded from the search result.
|
|||||||||
| Home >> All >> com >> sample >> addressbook >> controller >> components >> [ search overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC