public interface IMatches
Modifier and Type | Method and Description |
---|---|
boolean |
matches(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. subset contains either equivalent elements or null and no
non-matching elements matches(null) always returns true
|
boolean matches(Object subset)
subset
- the object to filter againstCopyright © 2018. All rights reserved.