Class BooleanStack

java.lang.Object
org.web3d.util.BooleanStack

public class BooleanStack extends Object
A stack that is based on boolean values.

This stack is designed to be used in a high-speed, single threaded environment. It is directly backed by an array for fast access. Similar to the SimpleStack, but some methods not provided as they don't make sense.

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