MCPcopy Create free account
hub / github.com/FongMi/TV / hashCode

Method hashCode

app/src/main/java/com/fongmi/android/tv/bean/EpgData.java:119–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 }
118
119 @Override
120 public int hashCode() {
121 return Objects.hash(getTitle(), getEnd(), getStart());
122 }
123}

Callers

nothing calls this directly

Calls 3

getTitleMethod · 0.95
getEndMethod · 0.95
getStartMethod · 0.95

Tested by

no test coverage detected