MCPcopy Index your code
hub / github.com/jankotek/mapdb / equals

Method equals

src/main/java/org/mapdb/Serializer.java:578–578  ·  view source on GitHub ↗

Returns if the first and second arguments are equal to each other. Consequently, if both arguments are null, true is returned and if exactly one argument is null, false is returned. @param first an object @param second another object to be compared with the first obj

(A first, A second)

Source from the content-addressed store, hash-verified

576 * @see Object#equals(Object)
577 */
578 default boolean equals(A first, A second) {
579 return Objects.equals(first, second);
580 }
581

Callers 15

testRecordMethod · 0.65
writeRecordMethod · 0.65
testHexaConversionMethod · 0.65
assertInvariantsMethod · 0.65
testEntrySetMethod · 0.65
testEqualsForEqualMapMethod · 0.65
testEqualsForEmptyMapMethod · 0.65
testValuesMethod · 0.65
subtypeMethod · 0.65
testEqualsMethod · 0.65

Calls

no outgoing calls

Tested by 15

testRecordMethod · 0.52
writeRecordMethod · 0.52
testHexaConversionMethod · 0.52
assertInvariantsMethod · 0.52
testEntrySetMethod · 0.52
testEqualsForEqualMapMethod · 0.52
testEqualsForEmptyMapMethod · 0.52
testValuesMethod · 0.52
subtypeMethod · 0.52
testEqualsMethod · 0.52