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

Method hashCode

corpus/java/training/guava/collect/Maps.java:1448–1451  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1446 }
1447
1448 @Override
1449 public int hashCode() {
1450 return bimap.hashCode();
1451 }
1452
1453 // There's really no good way to implement toString() without printing the entire BiMap, right?
1454 @Override

Callers

nothing calls this directly

Calls 1

hashCodeMethod · 0.65

Tested by

no test coverage detected