FIFOStack.push

pushes an element to stack

  1. void push(T element)
    class FIFOStack(T)
    void
    push
  2. void push(T[] elements)

Meta