MCPcopy Create free account
hub / github.com/ReadyTalk/avian / hashCode

Method hashCode

classpath/java/net/InetSocketAddress.java:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 }
57
58 public int hashCode() {
59 return port ^ address.hashCode();
60 }
61
62 public String toString() {
63 return getHostName() + ":" + port;

Callers

nothing calls this directly

Calls 1

hashCodeMethod · 0.65

Tested by

no test coverage detected