|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.io.DataEntryParentFilter
public class DataEntryParentFilter
This DataEntryFilter delegates filtering to a DataEntryFilter for its parent.
| Constructor Summary | |
|---|---|
DataEntryParentFilter(DataEntryFilter dataEntryFilter)
Creates a new ParentFilter. |
|
| Method Summary | |
|---|---|
boolean |
accepts(DataEntry dataEntry)
Checks whether the filter accepts the given data entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataEntryParentFilter(DataEntryFilter dataEntryFilter)
dataEntryFilter - the filter that will be applied to the data
entry's parent.| Method Detail |
|---|
public boolean accepts(DataEntry dataEntry)
DataEntryFilter
accepts in interface DataEntryFilterdataEntry - the data entry to filter.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||