public interface Stack<E>
Stack representation - LIFO.
void
clear()
E
peek()
pop()
push(E e)
int
size()
E peek()
void push(E e)
E pop()
int size()
void clear()
Copyright © 2009-2013 Tautua. All Rights Reserved.