MCPcopy
hub / github.com/google/guava / equals

Method equals

android/guava/src/com/google/common/graph/Graph.java:338–338  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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 /**

Callers 15

matchesTypeMethod · 0.65
equalsMethod · 0.65
equalsMethod · 0.65
isSubtypeOfMethod · 0.65
equalsMethod · 0.65
isMethod · 0.65
getTopLevelClassesMethod · 0.65
equalsMethod · 0.65
scanJarFileMethod · 0.65
scanDirectoryMethod · 0.65
equalsMethod · 0.65

Calls

no outgoing calls

Tested by 15

doEqualsMethod · 0.52
removeMethod · 0.52
containsMethod · 0.52
getIfPresentMethod · 0.52
testEquals_nullMethod · 0.52
applyMethod · 0.52
arrayEqualsMethod · 0.52
invokeMethod · 0.52
equalsMethod · 0.52
equalsMethod · 0.52
testUnmodifiableBiMapMethod · 0.52