public interface Filter extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
matches(Object obj)
Check to see if the object matches a predefined set of rules.
|
boolean matches(Object obj)
obj
- The object to verify.true
if the object matches a predfined
set of rules.Copyright © 2011 Jason Hunter, Brett McLaughlin. All Rights Reserved.