Package operators

Class Divider


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

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

      • Divider

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

      • operate

        public void operate()