cz.cuni.amis.utils
Interface ObjectFilter<T>


public interface ObjectFilter<T>


Method Summary
 boolean accept(T obj)
           
 

Method Detail

accept

boolean accept(T obj)