Returns {@code true} iff {@code object} is a {@link Graph} that has the same elements and the same structural relationships as those in this graph. <p>Thus, two graphs A and B are equal if <b>all</b> of the following are true: <ul> <li>A and B have equal {@link #isDirected() directedness}. <li
(@Nullable Object object)
| 336 | * <p>A reference implementation of this is provided by {@link AbstractGraph#equals(Object)}. |
| 337 | */ |
| 338 | @Override |
| 339 | boolean equals(@Nullable Object object); |
| 340 | |
| 341 | /** |
no outgoing calls