MCPcopy Create free account
hub / github.com/davidgiven/luje / hashCode

Method hashCode

lib/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
computeHashCodeMethod · 0.65
EntryMethod · 0.65
getKeyHashMethod · 0.65
equalsKeyMethod · 0.65
getMethod · 0.65
getEntryMethod · 0.65

Implementers 1

CheckedEntrySetlib/java/util/Collections.java

Calls

no outgoing calls

Tested by

no test coverage detected