Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ compare
Method
compare
base/src/main/java/net/time4j/Moment.java:3214–3219 ·
view source on GitHub ↗
(Moment m1, Moment m2)
Source
from the content-addressed store, hash-verified
3212
}
3213
3214
@Override
3215
public
int
compare(Moment m1, Moment m2) {
3216
3217
return
m1.compareTo(m2);
3218
3219
}
3220
3221
private
static
boolean useSI(Moment timepoint) {
3222
Callers
nothing calls this directly
Calls
1
compareTo
Method · 0.45
Tested by
no test coverage detected