com.jogamp.opencl.util
Interface Filter<I>


public interface Filter<I>

Author:
Michael Bien

Method Summary
 boolean accept(I item)
          Returns true only if the item should be accepted.
 

Method Detail

accept

boolean accept(I item)
Returns true only if the item should be accepted.