JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
gnu.bytecode
Filter
Contents
Description
Method Summary
Method Details
select(T)
Hide sidebar
Show sidebar
Interface Filter<
T
>
public interface
Filter<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
select
(
T
value)
Returns true if parameter is selected by this filter.
Method Details
select
boolean
select
(
T
value)
Returns true if parameter is selected by this filter.