Class AbstractBinaryIntegerArithmeticOperator

    • Constructor Detail

      • AbstractBinaryIntegerArithmeticOperator

        public AbstractBinaryIntegerArithmeticOperator()
    • Method Detail

      • toLong

        private long toLong​(Numeric n)
      • calculateLong

        protected abstract long calculateLong​(long n1,
                                              long n2)
        Returns the result of evaluating an arithmetic expression using the two arguments