public class Stack<T> extends Object
Stack()
boolean
isEmpty()
T
peek()
pop()
void
push(T element)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Stack()
public T peek()
public T pop()
public void push(T element)
public boolean isEmpty()
Copyright © 2016. All rights reserved.