Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ isSimultaneous
Method
isSimultaneous
base/src/main/java/net/time4j/PlainTime.java:1580–1585 ·
view source on GitHub ↗
(PlainTime time)
Source
from the content-addressed store, hash-verified
1578
}
1579
1580
@Override
1581
public
boolean isSimultaneous(PlainTime time) {
1582
1583
return
(this.compareTo(time) == 0);
1584
1585
}
1586
1587
/**
1588
* <p>Is this instance at midnight, either at start or at end of day? </p>
Callers
4
getStart
Method · 0.95
resolve
Method · 0.95
getValue
Method · 0.95
apply
Method · 0.95
Calls
1
compareTo
Method · 0.95
Tested by
no test coverage detected