Class IntegerStack

    • Constructor Detail

      • IntegerStack

        public IntegerStack()
      • IntegerStack

        public IntegerStack​(int capacity)
    • Method Detail

      • push

        public final void push​(int value)
      • pop

        public final int pop()
      • peek

        public final int peek()