- 
- 
Constructor Summary
Constructors 
| Constructor and Description |  
| ArrayStack(int initSize) |  
 
 
- 
Method Summary
- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
 
 
- 
- 
Method Detail
- 
pushpublic void push(T obj) 
 
- 
isEmptypublic boolean isEmpty() 
 
- 
clearpublic void clear() 
 
 
 
 
Copyright © 2008–2021. All rights reserved.