Class SimpleStackLogged

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

public class SimpleStackLogged extends SimpleStack
A stack that has a minimal implementation and no sychronisation. Looks all activity to help in debugging.

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:
Alan Hudson
See Also: