Tests to see if this Graph is equal to the provided Object. This will return true if the given Object is also a Graph, and that Graph contains equal Nodes and Edges. @param o The Object to be tested for equality with this Graph @return true if the given Object is a Graph that contains eq
(Object o)
| 237 | * Edges to this Graph; false otherwise |
| 238 | */ |
| 239 | @Override |
| 240 | public boolean equals(Object o); |
| 241 | |
| 242 | /** |
no outgoing calls