| Constructor and Description |
|---|
AndMatcher(IMatcher<T> leftOperand,
IMatcher<T> rightOperand) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
IMatcher<T> |
getLeftOperand() |
IMatcher<T> |
getRightOperand() |
int |
hashCode() |
boolean |
isMatch(T key) |
public boolean equals(Object o)
Copyright © 2016–2021 Philip Helger. All rights reserved.