private static class Matchers.Not<T> extends AbstractMatcher<T> implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
(package private) Matcher<? super T> |
delegate |
private static long |
serialVersionUID |
Modifier | Constructor and Description |
---|---|
private |
Not(Matcher<? super T> delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
matches(T t)
Returns
true if this matches t , false otherwise. |
java.lang.String |
toString() |
and, or
private static final long serialVersionUID
public boolean matches(T t)
Matcher
true
if this matches t
, false
otherwise.public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object