Class Stack

java.lang.Object
  extended byStack

public class Stack
extends Object


Constructor Summary
Stack()
           
 
Method Summary
 Object peek()
           
 Object pop()
           
 void push(Object element)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stack

public Stack()
Method Detail

push

public void push(Object element)

peek

public Object peek()

pop

public Object pop()

size

public int size()