public interface IMatches
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(java.lang.Object subset)
returns true if subset somehow matches this
the semantics are defined by the filtering algorithm, thus it could be a filter or a subset
i.e.
|
boolean matches(java.lang.Object subset)
subset - the object to filter against