public interface Stack
Object
pop()
push(Object obj)
int
size()
Object pop() throws EmptyStackException
EmptyStackException
Object push(Object obj)
int size()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.