FileDocCategorySizeDatePackage
ArrayStack.javaAPI DocExample253Fri Nov 03 11:00:18 GMT 2006None

ArrayStack

public class ArrayStack extends ArrayList implements Stack

Fields Summary
Constructors Summary
Methods Summary
public booleanempty()

 throw new StubException(); 
public Epop()

 throw new StubException(); 
public voidpush(E elt)

 throw new StubException();