rpn
Class Stack

java.lang.Object
  |
  +--rpn.Stack

public class Stack
extends java.lang.Object

Simple integer fixed size stack.


Constructor Summary
Stack()
           
 
Method Summary
 int pop()
           
 void push(int l)
           
 
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(int l)

pop

public int pop()