Documentation of 'org.matheclipse.core.eval.util.DoubleStack' Java class
DoubleStack
org.matheclipse.core.eval.util

Class DoubleStack



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

      Constructors 
      Constructor and Description
      DoubleStack(int initialCapacity) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void ensureCapacity(int minCapacity) 
      boolean isEmpty() 
      double peek() 
      double pop() 
      double push(double item) 
      • Methods inherited from class java.lang.Object

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

      • DoubleStack

        public DoubleStack(int initialCapacity)
    • Method Detail

      • ensureCapacity

        public void ensureCapacity(int minCapacity)
      • isEmpty

        public final boolean isEmpty()
      • peek

        public final double peek()
      • push

        public final double push(double item)
      • pop

        public final double pop()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.