Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getTitle
Method · 0.95
getEnd
Method · 0.95
getStart
Method · 0.95
Tested by
no test coverage detected