MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / hashCode

Method hashCode

vm/JavaAPI/src/java/util/Set.java:112–112  ·  view source on GitHub ↗

Returns the hash code for this set. Two set which are equal must return the same value. @return the hash code of this set. @see #equals

()

Source from the content-addressed store, hash-verified

110 * @see #equals
111 */
112 public int hashCode();
113
114 /**
115 * Returns true if this set has no elements.

Callers 15

hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65
hashCodeMethod · 0.65

Calls

no outgoing calls