Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ isBefore
Method
isBefore
base/src/main/java/net/time4j/PlainTime.java:1566–1571 ·
view source on GitHub ↗
(PlainTime time)
Source
from the content-addressed store, hash-verified
1564
}
1565
1566
@Override
1567
public
boolean isBefore(PlainTime time) {
1568
1569
return
(this.compareTo(time) < 0);
1570
1571
}
1572
1573
@Override
1574
public
boolean isAfter(PlainTime time) {
Callers
5
getStart
Method · 0.95
getEnd
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