Package operators

Class Multiplier


  • public class Multiplier
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Multiplier​(java.util.Stack<java.lang.Double> st)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void operate()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Multiplier

        public Multiplier​(java.util.Stack<java.lang.Double> st)
    • Method Detail

      • operate

        public void operate()