public abstract class ContentDatabaseFilter extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ContentDatabaseFilter() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
accept(ContentEntry entry)
This method is called for every ContentEntry in the database/list this
filter is applied to.
|
public abstract boolean accept(ContentEntry entry)
entry - the ContentEntry to filterCopyright © 2013 CableLabs. All Rights Reserved.