MCPcopy Index your code
hub / github.com/codenameone/CodenameOne / equals

Method equals

vm/JavaAPI/src/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

getDisplayNameMethod · 0.65
eqMethod · 0.65
GeofenceManagerMethod · 0.65
isBubbleMethod · 0.65
onExitMethod · 0.65
containsCodecMethod · 0.65
getPropertyValueMethod · 0.65
setPropertyValueMethod · 0.65
equalsMethod · 0.65
styleChangedMethod · 0.65
updateGapMethod · 0.65
getPropertyValueMethod · 0.65

Calls

no outgoing calls

Tested by 15

clickMenuItemMethod · 0.52
waitForFormTitleImplMethod · 0.52
waitForFormNameImplMethod · 0.52
assertTitleMethod · 0.52
assertTextAreaMethod · 0.52
assertEqualsMethod · 0.52
assertEqualsMethod · 0.52
assertEqualsMethod · 0.52
mainMethod · 0.52
loadSourceMethod · 0.52
hasErrorDiagnosticMethod · 0.52
findByUiidMethod · 0.52