gnu.bytecode

Interface Filter

public interface Filter

Method Summary

boolean
select(Object value)
Returns true if parameter is selected by this filter.

Method Details

select

public boolean select(Object value)
Returns true if parameter is selected by this filter.