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

Method hashCode

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

hashCodeMethod · 0.95

Tested by

no test coverage detected