T - first matched object typeV - second matched object typepublic abstract class AbstractMatcher<T,V> extends Object implements Matcher
Matcher providing.| Constructor and Description |
|---|
AbstractMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(Object first,
Object second)
Compares two objects and returns whether they match or not.
|
protected abstract boolean |
matchImpl(T first,
V second)
Compares two objects and returns whether they match or not.
|
Copyright © 2020. All rights reserved.