Class IntegerStack

java.lang.Object
org.teavm.common.IntegerStack

public class IntegerStack extends Object
  • Constructor Details

    • IntegerStack

      public IntegerStack(int capacity)
  • Method Details

    • push

      public void push(int value)
    • pop

      public int pop()
    • peek

      public int peek()
    • isEmpty

      public boolean isEmpty()