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

Method hashCode

corpus/java/training/guava/collect/TreeRangeMap.java:652–655  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

650 }
651
652 @Override
653 public int hashCode() {
654 return asMapOfRanges().hashCode();
655 }
656
657 @Override
658 public String toString() {

Callers

nothing calls this directly

Calls 2

asMapOfRangesMethod · 0.95
hashCodeMethod · 0.65

Tested by

no test coverage detected