public class Stack extends Object
Stack
Stack()
boolean
empty()
Object
peek()
pop()
push(Object element)
int
search(Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Stack()
public boolean empty()
public Object push(Object element)
public Object pop()
public Object peek()
public int search(Object value)
Copyright © 2016 JacORB. All rights reserved.