Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ isAfter
Method
isAfter
base/src/main/java/net/time4j/PlainTime.java:1573–1578 ·
view source on GitHub ↗
(PlainTime time)
Source
from the content-addressed store, hash-verified
1571
}
1572
1573
@Override
1574
public
boolean isAfter(PlainTime time) {
1575
1576
return
(this.compareTo(time) > 0);
1577
1578
}
1579
1580
@Override
1581
public
boolean isSimultaneous(PlainTime time) {
Callers
4
resolve
Method · 0.95
between
Method · 0.95
between
Method · 0.95
between
Method · 0.95
Calls
1
compareTo
Method · 0.95
Tested by
no test coverage detected