MCPcopy Create free account
hub / github.com/antlr/codebuff / hashCode

Method hashCode

output/java_guava/1.4.18/Objects.java:83–85  ·  view source on GitHub ↗

Generates a hash code for multiple values. The hash code is generated by calling Arrays#hashCode(Object[]). Note that array arguments to this method, with the exception of a single Object array, do not get any special handling; their hash codes are based on identity and not contents. Thi

(@Nullable Object... objects)

Source from the content-addressed store, hash-verified

81
82
83 public static int hashCode(@Nullable Object... objects) {
84 return Arrays.hashCode(objects);
85 }
86
87 /**
88 * Creates an instance of {@link ToStringHelper}.

Callers 15

hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95

Calls 1

hashCodeMethod · 0.65

Tested by

no test coverage detected