Class IntStack

java.lang.Object
org.web3d.util.IntStack

public class IntStack extends Object
A stack that is based on int 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: