Package operators

Class Subtractor


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

      Constructors 
      Constructor Description
      Subtractor​(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

      • Subtractor

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

      • operate

        public void operate()