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/Duration.java:1026–1031 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1024
}
1025
1026
@Override
1027
public
boolean isNegative() {
1028
1029
return
this.negative;
1030
1031
}
1032
1033
/**
1034
* <p>Queries
if
this duration contains given time unit. </p>
Callers
9
plus
Method · 0.95
with
Method · 0.95
abs
Method · 0.95
multipliedBy
Method · 0.95
toCalendarPeriod
Method · 0.95
toClockPeriod
Method · 0.95
toClockPeriodWithDaysAs24Hours
Method · 0.95
truncatedTo
Method · 0.95
toString
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected