Class SimpleStack

java.lang.Object
org.web3d.util.SimpleStack
All Implemented Interfaces:
SimpleStackInterface
Direct Known Subclasses:
SimpleStackLogged

public class SimpleStack extends Object implements SimpleStackInterface
A stack that has a minimal implementation and no synchronisation.

This stack is designed to be used in a high-speed, single threaded environment. It is directly backed by an array for fast access.

Version:
$Revision: 1.10 $
Author:
Justin Couch
See Also: