@deprecated Throws UnsupportedOperationException if called. It is easy to accidentally call #equals(Object) instead of #isEqualTo(Object) . @throws UnsupportedOperationException if this method is called.
(Object obj)
| 283 | * @throws UnsupportedOperationException if this method is called. |
| 284 | */ |
| 285 | @Override |
| 286 | @Deprecated |
| 287 | boolean equals(Object obj); |
| 288 | } |
no outgoing calls