FIFOStack.push

pushes an array of elements to stack

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

Meta