程序包 proguard.io
类 DataEntryParentFilter
- java.lang.Object
-
- proguard.io.DataEntryParentFilter
-
- 所有已实现的接口:
DataEntryFilter
public class DataEntryParentFilter extends java.lang.Object implements DataEntryFilter
ThisDataEntryFilterdelegates filtering to aDataEntryFilterfor its parent.
-
-
构造器概要
构造器 构造器 说明 DataEntryParentFilter(DataEntryFilter dataEntryFilter)Creates a new ParentFilter.
-
-
-
构造器详细资料
-
DataEntryParentFilter
public DataEntryParentFilter(DataEntryFilter dataEntryFilter)
Creates a new ParentFilter.- 参数:
dataEntryFilter- the filter that will be applied to the data entry's parent.
-
-
方法详细资料
-
accepts
public boolean accepts(DataEntry dataEntry)
从接口复制的说明:DataEntryFilterChecks whether the filter accepts the given data entry.- 指定者:
accepts在接口中DataEntryFilter- 参数:
dataEntry- the data entry to filter.- 返回:
- a boolean indicating whether the filter accepts the given data entry.
-
-