MCPcopy 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

isLeapSecondMethod · 0.95
getElapsedTimeUTCMethod · 0.95
writeTimestampMethod · 0.95
createFromMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected