private static class Matchers.Any extends AbstractMatcher<java.lang.Object> implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Modifier | Constructor and Description |
|---|---|
private |
Any() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(java.lang.Object o)
Returns
true if this matches t, false otherwise. |
java.lang.Object |
readResolve() |
java.lang.String |
toString() |
and, orprivate static final long serialVersionUID
public boolean matches(java.lang.Object o)
Matchertrue if this matches t, false otherwise.public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object readResolve()