public interface Stack<E>
E
peek()
pop()
void
push(E value)
E peek()
E pop()
void push(E value)
value