MCPcopy Index your code
hub / github.com/antlr/codebuff / equals

Method equals

corpus/java/training/guava/graph/Graph.java:279–279  ·  view source on GitHub ↗

Returns true iff object is a graph that has the same node relationships as those in this graph. Thus, two graphs A and B are equal if all of the following are true: A and B have the same node set A and B have the same adjacency relationships, e.g., for each {@

(@Nullable Object object)

Source from the content-addressed store, hash-verified

277 * <p>A reference implementation of this is provided by {@link Graphs#equal(Graph, Graph)}.
278 */
279 @Override
280 boolean equals(@Nullable Object object);
281
282 /**

Callers 15

equalsMethod · 0.65
mainMethod · 0.65
getPropertyMethod · 0.65
toStringMethod · 0.65
toStringMethod · 0.65
insideMethod · 0.65
importTemplatesMethod · 0.65
equalsMethod · 0.65
mainMethod · 0.65
getPropertyMethod · 0.65
toStringMethod · 0.65
toStringMethod · 0.65

Calls

no outgoing calls

Tested by 2

TestRigMethod · 0.52
processMethod · 0.52