Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ isPositiveLS
Method
isPositiveLS
base/src/main/java/net/time4j/Moment.java:2012–2016 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2010
}
2011
2012
private
boolean isPositiveLS() {
2013
2014
return
((this.fraction >>> 30) != 0);
2015
2016
}
2017
2018
private
boolean isNegativeLS() {
2019
Callers
4
isLeapSecond
Method · 0.95
getElapsedTimeUTC
Method · 0.95
writeTimestamp
Method · 0.95
createFrom
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected