Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ compareTo
Method
compareTo
catvod/src/main/java/com/github/catvod/bean/Proxy.java:85–88 ·
view source on GitHub ↗
(Proxy other)
Source
from the content-addressed store, hash-verified
83
}
84
85
@Override
86
public
int
compareTo(Proxy other) {
87
return
Boolean.compare(this.wildcard, other.wildcard);
88
}
89
}
Callers
1
sort
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected