Class IntegerStack


  • public class IntegerStack
    extends IntegerList
    Author:
    Sam Harwell
    • 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()