Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ isEmpty
Method
isEmpty
base/src/main/java/net/time4j/MachineTime.java:574–579 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
572
}
573
574
@Override
575
public
boolean isEmpty() {
576
577
return
(this.seconds == 0) && (this.nanos == 0);
578
579
}
580
581
/**
582
* <p>Add given temporal amount to this machine time. </p>
Callers
3
plus
Method · 0.95
minus
Method · 0.95
inverse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected