MCPcopy 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

plusMethod · 0.95
withMethod · 0.95
absMethod · 0.95
multipliedByMethod · 0.95
toCalendarPeriodMethod · 0.95
toClockPeriodMethod · 0.95
truncatedToMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected