Class DefaultBigDecimalMath.LocalMathContext

java.lang.Object
ch.obermuhlner.math.big.DefaultBigDecimalMath.LocalMathContext
All Implemented Interfaces:
AutoCloseable
Enclosing class:
DefaultBigDecimalMath

public static class DefaultBigDecimalMath.LocalMathContext extends Object implements AutoCloseable
The local context used to push and pop a MathContext on the stack.

The recommended way to use this class is to use the try-with-resources.

  • Field Details

  • Constructor Details

    • LocalMathContext

      LocalMathContext(MathContext mathContext)
  • Method Details