MCPcopy Create free account
hub / github.com/PCGen/pcgen / equals

Method equals

PCGen-base/code/src/java/pcgen/base/graph/base/Graph.java:239–239  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

237 * Edges to this Graph; false otherwise
238 */
239 @Override
240 public boolean equals(Object o);
241
242 /**

Callers 15

testStringMethod · 0.65
testHashCodeEqualsMethod · 0.65
testConvertMethod · 0.65
testConvertMethod · 0.65
testConvertIndirectMethod · 0.65
testEqualsMethod · 0.65
isSourceMethod · 0.65
isSinkMethod · 0.65
testAddOnCopyObjectMethod · 0.65
testAddOnCopyNumberMethod · 0.65

Implementers 3

AbstractSetMapGraphPCGen-base/code/src/java/pcgen/base/gr
SimpleListGraphPCGen-base/code/src/java/pcgen/base/gr
AbstractListMapGraphPCGen-base/code/src/java/pcgen/base/gr

Calls

no outgoing calls

Tested by 15

testStringMethod · 0.52
testHashCodeEqualsMethod · 0.52
testConvertMethod · 0.52
testConvertMethod · 0.52
testConvertIndirectMethod · 0.52
testEqualsMethod · 0.52
isSourceMethod · 0.52
isSinkMethod · 0.52
testAddOnCopyObjectMethod · 0.52
testAddOnCopyNumberMethod · 0.52