Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ isNegative
Method
isNegative
base/src/main/java/net/time4j/MachineTime.java:560–565 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
558
}
559
560
@Override
561
public
boolean isNegative() {
562
563
return
((this.seconds < 0) || (this.nanos < 0));
564
565
}
566
567
@Override
568
public
boolean isPositive() {
Callers
2
abs
Method · 0.95
createNumber
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected