MCPcopy Index your code
hub / github.com/davidgiven/luje / equals

Method equals

lib/java/util/Set.java:102–102  ·  view source on GitHub ↗

Compares the specified object to this set, and returns true if they represent the same object using a class specific comparison. Equality for a set means that both sets have the same size and the same elements. @param object the object to compare with this object. @return boolea

(Object object)

Source from the content-addressed store, hash-verified

100 * @see #hashCode
101 */
102 public boolean equals(Object object);
103
104 /**
105 * Returns the hash code for this set. Two set which are equal must return

Callers 15

getMethod · 0.65
calculatePathMethod · 0.65
equalsMethod · 0.65
isSupportedMethod · 0.65
forNameMethod · 0.65
normalizeMethod · 0.65
relativizeMethod · 0.65
resolveMethod · 0.65
equalsMethod · 0.65
equalsMethod · 0.65
equalsMethod · 0.65

Implementers 1

CheckedEntrySetlib/java/util/Collections.java

Calls

no outgoing calls

Tested by

no test coverage detected