MCPcopy Create free account
hub / github.com/bighuang624/Algorithms-notes / equals

Method equals

code/algs4/SET.java:245–252  ·  view source on GitHub ↗

Compares this set to the specified set. Note that this method declares two empty sets to be equal even if they are parameterized by different generic types. This is consistent with the behavior of equals() within Java's Collections framework. @param other the other set @return {@code t

(Object other)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

mainMethod · 0.95
mainMethod · 0.45
saveMethod · 0.45
mainMethod · 0.45
readBooleanMethod · 0.45
readBooleanMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected