MCPcopy Create free account
hub / github.com/CyanogenMod/android_libcore / equals

Method equals

luni/src/main/java/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

test_getByNameMethod · 0.65
assertMaskedMethod · 0.65
getStreamMethod · 0.65
OpenSSLSignatureMethod · 0.65
DigitalSignatureMethod · 0.65
NativeCryptoClass · 0.65
equalsMethod · 0.65
unwrapMethod · 0.65

Implementers 3

UnaddableSetluni/src/main/java/java/nio/SelectorIm
CheckedEntrySetluni/src/main/java/java/util/Collectio
CopyOnWriteArrayListluni/src/main/java/java/util/concurren

Calls

no outgoing calls

Tested by 15

test_getByNameMethod · 0.52
assertMaskedMethod · 0.52
matchMethod · 0.52
testEqualsMethod · 0.52
test_forceMethod · 0.52
testEqualsMethod · 0.52
testEqualsMethod · 0.52
testEqualsMethod · 0.52