public interface Filter
A generalized filter to restrict visibility or mutability on a list.
Method Summary | |
---|---|
boolean | matches(java.lang.Object obj) Check to see if the object matches a predefined set of rules. |
Method Detail |
---|
boolean matches(java.lang.Object obj)
obj
- The object to verify. true
if the object matches a predfined set of rules.