MCPcopy Create free account
hub / github.com/FongMi/CatVodSpider / equals

Method equals

app/src/main/java/com/github/catvod/bean/Class.java:42–48  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

40 }
41
42 @Override
43 public boolean equals(Object obj) {
44 if (this == obj) return true;
45 if (!(obj instanceof Class)) return false;
46 Class it = (Class) obj;
47 return getTypeId().equals(it.getTypeId());
48 }
49}

Callers 15

queryMethod · 0.45
parsePathStrategyMethod · 0.45
modeToModeMethod · 0.45
parseDomForUrlMethod · 0.45
updatePdfhMethod · 0.45
updatePdfaMethod · 0.45
proxyMethod · 0.45
findPortMethod · 0.45
proxyMethod · 0.45
detailContentMethod · 0.45
categoryContentMethod · 0.45
findAudioMethod · 0.45

Calls 1

getTypeIdMethod · 0.95

Tested by

no test coverage detected