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

Method isHashCodeFast

output/java_guava/1.4.16/ImmutableSet.java:337–339  ·  view source on GitHub ↗

Returns true if the hashCode() method runs quickly.

()

Source from the content-addressed store, hash-verified

335 /** Returns {@code true} if the {@code hashCode()} method runs quickly. */
336
337 boolean isHashCodeFast() {
338 return false;
339 }
340
341 @Override
342 public boolean equals(@Nullable Object object) {

Callers 1

equalsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected