Class StackState


  • public class StackState
    extends java.lang.Object
    • Constructor Detail

      • StackState

        public StackState​(int maxStack)
    • Method Detail

      • peek

        public int peek()
      • peekAt

        public int peekAt​(int at)
      • pop

        public int pop()
      • clear

        public void clear()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object