Searched defs:subtract (Results 1 – 4 of 4) sorted by relevance
613 public Duration subtract(final Duration rhs) { in subtract() method in Duration
431 public BigInteger subtract(BigInteger value) { in subtract() method in BigInteger
836 public BigDecimal subtract(BigDecimal subtrahend) { in subtract() method in BigDecimal889 public BigDecimal subtract(BigDecimal subtrahend, MathContext mc) { in subtract() method in BigDecimal
779 public void test_minus_TemporalAmount(Period base, Period subtract, Period expected) { in test_minus_TemporalAmount()