Class IntStack

java.lang.Object
com.semedy.reasoner.edb.ramstore.IntStack

public class IntStack extends Object
  • Constructor Details

    • IntStack

      public IntStack()
  • Method Details

    • peek

      public int peek()
    • peek

      public int peek(int m)
    • pop

      public int pop()
    • push

      public void push(int n)
    • isEmpty

      public boolean isEmpty()
    • size

      public int size()