MCPcopy
hub / github.com/google/guava / hashCode

Method hashCode

guava/src/com/google/common/graph/AbstractGraph.java:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 @Override
49 public final int hashCode() {
50 return edges().hashCode();
51 }
52
53 /** Returns a string representation of this graph. */
54 @Override

Callers

nothing calls this directly

Calls 2

hashCodeMethod · 0.65
edgesMethod · 0.65

Tested by

no test coverage detected