public interface Matcher
Matcher definition
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(Object o)
Comparing method
|
boolean match(Object o)
Comparing method
o - The object that is needed to compare
true/false based on the matching result
Copyright © 2019. All rights reserved.