ArrayList
instead of a Vector
, so it is not synchronized to protect against multi-threaded access. The implementation is therefore operates faster in environments where you do not need to worry about multiple thread contention.
@author Craig R. McClanahan
@version $Revision: 1.3 $ $Date: 2001/05/04 16:33:18 $
@see java.util.Stack
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|