MCPcopy Create free account
hub / github.com/antlr/codebuff / equals

Method equals

corpus/java/training/guava/collect/Table.java:292–292  ·  view source on GitHub ↗

Compares the specified object with this cell for equality. Two cells are equal when they have equal row keys, column keys, and values.

(@Nullable Object obj)

Source from the content-addressed store, hash-verified

290 * equal when they have equal row keys, column keys, and values.
291 */
292 @Override
293 boolean equals(@Nullable Object obj);
294
295 /**

Callers 15

equalsMethod · 0.65
equalsMethod · 0.65
copyOfMethod · 0.65
emptyMultisetMethod · 0.65
equalsMethod · 0.65
equalsMethod · 0.65
equalsImplMethod · 0.65
getMethod · 0.65
sizeMethod · 0.65
isEmptyMethod · 0.65
getMethod · 0.65
getMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected