public interface Filter<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(T object)
Returns true if the specified object passes the filter.
|
boolean accept(T object)
object - the object to testCopyright © 2002-2010 lwjgl.org. All Rights Reserved.