edu.umd.cloud9.util
Class StackOfInts

java.lang.Object
  extended by edu.umd.cloud9.util.array.ArrayListOfInts
      extended by edu.umd.cloud9.util.StackOfInts
All Implemented Interfaces:
Cloneable, Iterable<Integer>, RandomAccess

public class StackOfInts
extends ArrayListOfInts

Author:
Tamer

Constructor Summary
StackOfInts()
           
 
Method Summary
 int pop()
           
 void push(int i)
           
 
Methods inherited from class edu.umd.cloud9.util.array.ArrayListOfInts
add, add, clear, clone, contains, ensureCapacity, get, getArray, indexOf, isEmpty, iterator, lastIndexOf, remove, set, setSize, shiftLastNToTop, size, toString, toString, trimToSize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StackOfInts

public StackOfInts()
Method Detail

push

public void push(int i)

pop

public int pop()