java.util.StackE pop()Removes the object at the top of this stack and returns that object as the value of this function.public boolean add(E e)Appends the specified element to the end of this Vector.
这个不是LIFO么。。。