Matcher.DefaultImpls| Constructor and Description |
|---|
EqMatcher(T valueArg,
boolean ref,
boolean inverse)
Matcher that checks equality. By reference and by value (equals method)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
component2() |
boolean |
component3() |
EqMatcher<T> |
copy(T valueArg,
boolean ref,
boolean inverse)
Matcher that checks equality. By reference and by value (equals method)
|
boolean |
equals(java.lang.Object p) |
boolean |
getInverse() |
boolean |
getRef() |
java.lang.Object |
getValue() |
int |
hashCode() |
boolean |
match(T arg) |
EqMatcher<T> |
substitute(java.util.Map<java.lang.Object,? extends java.lang.Object> map) |
java.lang.String |
toString() |
match, substitutepublic EqMatcher(T valueArg,
boolean ref,
boolean inverse)
Matcher that checks equality. By reference and by value (equals method)
public java.lang.Object getValue()
public boolean match(T arg)
public EqMatcher<T> substitute(java.util.Map<java.lang.Object,? extends java.lang.Object> map)
public java.lang.String toString()
public boolean getRef()
public boolean getInverse()
public boolean component2()
public boolean component3()
public EqMatcher<T> copy(T valueArg, boolean ref, boolean inverse)
Matcher that checks equality. By reference and by value (equals method)
public int hashCode()
public boolean equals(java.lang.Object p)