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

Method hashCode

output/java_guava/1.4.16/HostAndPort.java:301–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

299 }
300
301 @Override
302 public int hashCode() {
303 return Objects.hashCode(host, port, hasBracketlessColons);
304 }
305
306 /** Rebuild the host:port string, including brackets if necessary. */
307

Callers

nothing calls this directly

Calls 1

hashCodeMethod · 0.95

Tested by

no test coverage detected