Class BigDecimalMathOperators


  • public class BigDecimalMathOperators
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.util.Map.Entry<java.lang.String,​com.ezylang.evalex.operators.OperatorIfc>[] ALL_OPERATORS  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map.Entry<java.lang.String,​com.ezylang.evalex.operators.OperatorIfc>[] allOperators()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ALL_OPERATORS

        protected static final java.util.Map.Entry<java.lang.String,​com.ezylang.evalex.operators.OperatorIfc>[] ALL_OPERATORS
    • Method Detail

      • allOperators

        public static java.util.Map.Entry<java.lang.String,​com.ezylang.evalex.operators.OperatorIfc>[] allOperators()