MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / hashCode

Method hashCode

unused/java/nio/charset/Charset.java:888–890  ·  view source on GitHub ↗

Computes a hashcode for this charset. @return An integer hashcode

()

Source from the content-addressed store, hash-verified

886 * @return An integer hashcode
887 */
888 public final int hashCode() {
889 return name().hashCode();
890 }
891
892 /**
893 * Tells whether or not this object is equal to another.

Callers

nothing calls this directly

Calls 1

nameMethod · 0.95

Tested by

no test coverage detected