public class LinkedListStack<E> extends java.lang.Object
LinkedListStack()
void
clear()
boolean
contains(E value)
isEmpty()
E
peek()
pop()
push(E value)
remove(E value)
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LinkedListStack()
public void push(E value)
public E pop()
public E peek()
public boolean contains(E value)
public E remove(E value)
public boolean isEmpty()
public int size()
public void clear()