MCPcopy Create free account
hub / github.com/MenoData/Time4J / inverse

Method inverse

base/src/main/java/net/time4j/Duration.java:1654–1659  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1652 * @see #multipliedBy(int)
1653 */
1654 @Override
1655 public Duration<U> inverse() {
1656
1657 return this.multipliedBy(-1);
1658
1659 }
1660
1661 /**
1662 * <p>Multiplies all partial amounts of this duration by given factor. </p>

Callers 6

absMethod · 0.95
subtractFromMethod · 0.45
normalizeMethod · 0.45
betweenMethod · 0.45
normalizeMethod · 0.45
minusMethod · 0.45

Calls 1

multipliedByMethod · 0.95

Tested by

no test coverage detected