Package com.jogamp.opencl.util
Interface Filter<I>
-
public interface Filter<I>- Author:
- Michael Bien
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(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.
-
-