D - the data type.A - the address type.public interface Matcher<D,A extends Address>
| Modifier and Type | Method and Description |
|---|---|
boolean |
areMatching(D data,
A address)
Checks whether the given data and the given address are matching each other.
|