Package gnu.bytecode
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 Detail
-
select
boolean select(T value)
Returns true if parameter is selected by this filter.
-
-